[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TColumnOrder

Enumerated type defining alternate ordering for columns

Declaration

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

);

Description

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.

See also

#lcl.DBGrids.TColumn

  

Implements a display column for the TDBGrid control

#lcl.DBGrids.TDBGridColumns

  

Implements a collection for columns in a database grid

#lcl.DBGrids.TDBGrid.Columns

  

The properties of the columns in this grid

The latest version of this document can be found at lazarus-ccr.sourceforge.net.