InfoConnect for Airlines VBA Guide
IsMandatoryFillField Property (HostField)
Gets a value that indicates whether the field is a mandatory fill field. Note: IScreenDataConstants.FIELD_MANDATORY_FILL
Syntax
Object.IsMandatoryFillField As Boolean
Example
Dim host As HostField
Dim fillField As Boolean = host.IsMandatoryFillField
See Also