Required Property

The Required property specifies, whether the given field is required.

Applies to objects: Field.

Syntax

[[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.

Remarks

This property can be set only when creating tables, for determining required fields. Otherwise modifying this property is ignored.

Example

.......

 

See Also

Field Object.