InfoConnect for Airlines VBA Guide
IsDupField Property (HostField)
Gets a value that indicates whether the field is a duplicate format control order field. Note: IScreenDataConstants.FIELD_MARK_DUP
Syntax
Object.IsDupField As Boolean
Example
Dim host As HostField
Dim dupField As Boolean = host.IsDupField
See Also