Allow_Insert_Add_State - dbGrid_
Determines if new rows may be inserted within the grid
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Allow_Insert_Add_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Allow_Insert_Add_State to IntegerVariable |
| Write Access: | Set Allow_Insert_Add_State to IntegerVariable/Value |
Description
If the value of the Allow_insert_add_state property is true and no_create_state is false, new rows may be inserted in the grid in data entry. If it is false, additional rows may not be added within the grid.
Default is true.