Unit 'DBGrids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomDBGrid.Columns

Columns provides access to columns defined for the database grid control.

Declaration

Source position: dbgrids.pas line 516

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

See also

TDBGridColumns

  

Implements a collection for columns in a database-aware grid.

TColumn

  

Implements a display column for the TDBGrid control.

TDBGrid.OptionsExtra

  

Contains the extra options enabled for the database grid control.