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