Allow_Bottom_Add_State - dbGrid_
Determines if additional rows may be added to the end of the grid
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Allow_Bottom_Add_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Allow_Bottom_Add_State to IntegerVariable |
| Write Access: | Set Allow_Bottom_Add_State to IntegerVariable/Value |
Description
If the value of the Allow_bottom_add_state property is true, and no_create_state is false, pressing down arrow from the bottom existing row of the grid opens a new row beneath it for data entry. If it is false, additional rows may not be added to the end of the grid.
Default is true.