Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / HostField Object / IsModified Property
In This Topic
    IsModified Property
    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
    See Also