Validate_State - ValidationTable

Determines whether values are validated against the items contained in the validation table.

Type: Property

Access: Read/Write

Data Type: Integer

Parameters: None

Syntax
 Property Integer Validate_State

Read Access: Get Validate_State to IntegerVariable
Write Access: Set Validate_State to IntegerVariable/Value


Description

If Validate_State is set to False, entries to the field to which this object is assigned need not match any of the values in this object's list, which would in such case, be used only to provide suggested values and facilitate selecting among these. In its default state of True, it requires that all entries exactly match one of the values in the list.

Governs the sending of Validate_Value and whether Allow_Blank_State has any effect.