[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Columns provides access to columns defined for the database grid control.
Source position: dbgrids.pas line 516
protected property TCustomDBGrid.Columns : TDBGridColumns |
Columns is a TDBGridColumns property that provides access to columns defined for the database grid control. Items in the Columns collection are represented as TColumn instances and can be explicitly created in the IDE at design-time, or automatically added when the OptionsExtra property includes the value dgeAutoColumns.
|
Implements a collection for columns in a database-aware grid. |
|
|
Implements a display column for the TDBGrid control. |
|
|
Contains the extra options enabled for the database grid control. |