InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / ContainsCharacterSpecificAttributes Property
Example
In This Topic
    ContainsCharacterSpecificAttributes Property (HostField)
    In This Topic
    Gets a value that indicates whether the field must be examined on a character-by-character basis for character-specific attributes.
    Syntax
    expression.ContainsCharacterSpecificAttributes As Boolean
    where expression is a variable that represents a HostField Object
    Example
    Dim host As HostField 
    Dim ContainsChar As Boolean = host.ContainsCharacterSpecificAttributes;
    See Also