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

TCustomDBGrid.Columns

Columns provides access to columns defined for the database grid control

Declaration

Source position: dbgrids.pas line 515

protected property TCustomDBGrid.Columns : TDBGridColumns
  read GetColumns
  write SetColumns;

Description

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 explictly created in the IDE at design-time, or automatically added when the OptionsExtra property includes the value dgeAutoColumns.

See also

#lcl.DBGrids.TDBGridColumns

  

Implements a collection for columns in a database grid

#lcl.DBGrids.TColumn

  

Implements a display column for the TDBGrid control

#lcl.DBGrids.TCustomDBGrid.OptionsExtra

  

Contains the extra options enabled for the grid control

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