Hidden (Read Only) |
Top Previous Next |
Indicates whether or not the field is hidden.
Visual Basic Syntax
[Boolean =] Field.Hidden
Delphi Syntax
[Boolean :=] Field.Hidden;
Remarks
This property returns True if the field is hidden, otherwise false.
|