[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TDbGridExtraOptions is a set of values from the TDbGridExtraOption enumeration
Source position: dbgrids.pas line 88
type TDbGridExtraOptions = set of ( |
||
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 |
); |
lazarus-ccr.sourceforge.net |