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