InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / FieldAttributes Object / IsDigitsField Property
In This Topic
    IsDigitsField Property (FieldAttributes)
    In This Topic
    Returns whether the data cell marks the beginning of a digits field. Note: IScreenDataConstants.FIELD_DIGITS
    Syntax
    expression.IsDigitsField As Boolean
    where expression is a variable that represents a FieldAttributes Object
    See Also