InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / IsAplCharacterSet Property
Example
In This Topic
    IsAplCharacterSet Property (HostField)
    In This Topic
    Gets a value that indicates whether the data cell is displayed with APL characters. Note: IScreenDataConstants.ATTR_CHAR_SET_AP
    Syntax
    expression.IsAplCharacterSet As Boolean
    where expression is a variable that represents a HostField Object
    Example
    Dim host As HostField
    Dim CharSet As Boolean = host.IsAlpCharacterSet
    See Also