Enumerated type that specifies extra options available in a database grid.
Source position: dbgrids.pas line 84
type TDbGridExtraOption = ( |
||
dgeAutoColumns, |
|
Indicates if Fields in the dataset are automatically added as columns in the database grid. |
dgeCheckboxColumn |
|
Indicates that checkbox controls are used to edit Boolean Fields in the grid dataset. |
); |
TDbGridExtraOption is an enumerated type that specifies extra options available in a database grid. Values from TDbGridExtraOption are stored in the TDbGridExtraOptions set type, and used in the OptionsExtra property in TDBGrid.
|
Contains the extra options enabled for the database grid control. |