InfoConnect for Airlines VBA Guide
IsModified Property (HostField)
Specifies whether the field has been modified. It returns true if the field has been modified.
Syntax
Object.IsModified As Boolean
Example
Dim host As HostField
Dim IfFieldModified As Boolean = host.IsModified
See Also