Allow_Blank_State - ComboForm
Determines if a blank value is valid
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Allow_Blank_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Allow_Blank_State to IntegerVariable |
| Write Access: | Set Allow_Blank_State to IntegerVariable/Value |
Description
If you set Allow_Blank_State to True, Validate_Combo_Value will approve the selection and insertion of blank values through this object. By default, it does not allow this.
When used with a validation table, you need to set Allow_Blank_State of the ValidationTable object.
Default is false.