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