Allow_Blank_State - ComboEntry

Determines if a blank value is valid

Type: Property

Access: Read/Write

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean Allow_Blank_State

Read Access: Get Allow_Blank_State to BooleanVariable
Write Access: Set Allow_Blank_State to BooleanVariable/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.