[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Enumerated type defining alternate ordering for columns
Source position: dbgrids.pas line 300
type TColumnOrder = ( |
||
coDesignOrder, |
|
Columns are ordered using the DesignIndex |
coFieldIndexOrder |
|
Columns are order by the Index for the Field |
); |
TColumnOrder is an enumerated type which defines alternate ordering for columns in a collection. The values specify whether the design-time or run-time index for columns is used when ordering TColumn instances in the TDBGridColumns collection.
|
Implements a display column for the TDBGrid control |
|
|
Implements a collection for columns in a database grid |
|
|
The properties of the columns in this grid |
lazarus-ccr.sourceforge.net |