InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / IsMandatoryEntryField Property
Example
In This Topic
    IsMandatoryEntryField Property (HostField)
    In This Topic
    Gets a value that indicates whether the field is a mandatory entry field. Note: IScreenDataConstants.FIELD_MANDATORY_ENTRY
    Syntax
    expression.IsMandatoryEntryField As Boolean
    where expression is a variable that represents a HostField Object
    Example
    Dim host As HostField
    Dim entryField As Boolean = host.IsMandatoryEntryfield
    See Also