[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Contains the extra options enabled for the database grid control.
Source position: dbgrids.pas line 524
protected property TCustomDBGrid.OptionsExtra : TDbGridExtraOptions |
OptionsExtra is a TDBGridExtraOptions property used to store extra options enabled for the grid control. OptionsExtra is a set data type which can contain 0 (zero) or more values from the TDBGridExtraOption enumeration. The default values in the property include dgeAutoColumns and dgeCheckboxColumn. These values enable the use of automatic columns definitions from the linked dataset and displaying checkboxes for Boolean columns.
SetExtraOptions is the write access specifier for the property, and ensures that the grid control is updated to reflect values added to or removed from the set.
|
TDbGridExtraOptions is a set of values from the TDbGridExtraOption enumeration. |
|
|
Enumerated type that specifies extra options available in a database grid. |
lazarus-ccr.sourceforge.net |