InfoConnect for Unisys
IsDigitsField Property (ScreenCharacter)
Example 


Gets a value indicating whether the data cell marks the beginning of a digits field. Note: IScreenDataConstants.FIELD_DIGITS
Syntax
'Declaration
 
Public ReadOnly Property IsDigitsField As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsDigitsField
public bool IsDigitsField {get;}
Example
private ScreenCharacter screen;
            
bool digitsField = screen.IsDigitsField;
See Also