InfoConnect for Unisys
IsBlockField Property (ScreenCharacter)
Example 


Gets a value that indicates whether the data cell marks the beginning of a block field. Note: IScreenDataConstants.FIELD_MODE_BLOCK
Syntax
'Declaration
 
Public ReadOnly Property IsBlockField As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsBlockField
public bool IsBlockField {get;}
Example
private ScreenCharacter screen;
            
bool blockField = screen.IsBlockField;
See Also