[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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 TDBGrid.OptionsExtra property.
|
Contains the extra options enabled for the grid control |
|
|
Contains the extra options enabled for the grid control |
lazarus-ccr.sourceforge.net |