InfoConnect for Airlines VBA Guide
IsUserField Property (HostField)
Gets a value that indicates whether the field is a user field. Note: IScreenDataConstants.FIELD_TYPE_USER
Syntax
Object.IsUserField As Boolean
Example
Dim host As HostField
Dim userField As Boolean = host.IsUserField
See Also