The Required property specifies, whether the given field is required.
Applies to objects: Field.
[[Let] RetVal = ] object.Required [Let] object.Required = SetVal |
The Required property syntax has these parts:
Part | Description |
object | Required. A reference to an instance of the object. |
RetVal | Optional. A Boolean type variable. |
SetVal | Required. A Boolean type variable. |
This property can be set only when creating tables, for determining required fields. Otherwise modifying this property is ignored.
....... |
See Also |
Field Object. |