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

TColumn.IsDesignColumn

Indicates if the column was added at design-time

Declaration

Source position: dbgrids.pas line 286

protected property TColumn.IsDesignColumn : Boolean
  read GetIsDesignColumn;

Description

IsDesignColumn is a read-only Boolean property which indicates if the column was added at design-time. GetIsDesignColumn is the read access specifier for the IsDesignColumn property.

Use IsAutomaticColumn to determine if the column was added at run-time. Use TDBGridColumns.HasDesignColumns to determine if any design-time columns are stored in the collection.

See also

#lcl.DBGrids.TColumn.IsAutomaticColumn

  

Indicates if the column was automatically added at run-time

#lcl.DBGrids.TDBGridColumns.HasDesignColumns

  

HasDesignColumns indicates if the collection contains any items explicitly added at design-time

#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.