InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / IsModified Property
Example
In This Topic
    IsModified Property (HostField)
    In This Topic
    Specifies whether the field has been modified. It returns true if the field has been modified.
    Syntax
    expression.IsModified As Boolean
    where expression is a variable that represents a HostField Object
    Example
    Dim host As HostField
    Dim IfFieldModified As Boolean = host.IsModified
    See Also