Modified (Read Only) |
Top Previous Next |
Indicates whether or not the field has been modified.
Visual Basic Syntax
[Boolean =] Field.Modified
Delphi Syntax
[Boolean :=] Field.Modified;
Remarks
This property returns True if the field has been modified, otherwise False.
|