[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the column was automatically added at run-time
Source position: dbgrids.pas line 285
protected property TColumn.IsAutomaticColumn : Boolean |
IsAutomaticColumn is a read-only Boolean property that indicates if the column was automatically added to the collection at run-time. The value in IsAutomaticColumn is updated when TDBGrid.AddAutomaticColumns and TDBGridColumns.RemoveAutoColumns add/remove items in the collection.
Use IsDesignColumn to determine is the column was added at design-time. Use TDBGridColumns.HasAutomaticColumns to determine if any automatic columns are stored in the collection. Use TDBGrid.OptionsExtra to enable or disable automatically columns in a database grid control.
|
Indicates if the column was added at design-time |
|
|
HasAutomaticColumns indicates if any items in the collection are an automatic column |
|
|
Contains the extra options enabled for the grid control |
lazarus-ccr.sourceforge.net |