InfoConnect for Unisys
IsRightAdjustZeroFillField Property (ScreenCharacter)
Example 


Gets a value indicating whether the data cell marks the beginning of a right adjust, zero fill field. Note: IScreenDataConstants.FIELD_RA_ZEROFILL
Syntax
'Declaration
 
Public ReadOnly Property IsRightAdjustZeroFillField As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsRightAdjustZeroFillField
public bool IsRightAdjustZeroFillField {get;}
Example
private ScreenCharacter screen;
            
bool rightAdjust = screen.IsRightAdjustZeroFillField;
See Also