InfoConnect for Airlines VBA Guide
IsRightAdjustBlankFillField Property (HostField)
Gets a value that indicates whether the field is a right-align, blank-fill field. Note: IScreenDataConstants.FIELD
Syntax
Object.IsRightAdjustBlankFillField As Boolean
Example
Dim host As HostField
Dim BlankField As Boolean = host.IsRightAdjustBlankFillField
See Also