expression.IsDigitsField As Boolean
where expression is a variable that represents a HostField Object
Gets a value that indicates whether the field is a digits field. Note: IScreenDataConstants.FIELD_DIGITSexpression.IsDigitsField As Boolean
Dim host As HostField Dim digitsField As Boolean = host.IsDigitsField