expression.IsNumericOnlyField As Boolean
where expression is a variable that represents a HostField Object
Gets a value that indicates whether the field is a numeric-only field. Note: IScreenDataConstants.FIELD_NUMERIC_ONLYexpression.IsNumericOnlyField As Boolean
Dim host As HostField Dim numericField As Boolean = host.IsNumericOnlyField