[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the column was added at design-time
Source position: dbgrids.pas line 286
protected property TColumn.IsDesignColumn : Boolean |
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.
|
Indicates if the column was automatically added at run-time |
|
|
HasDesignColumns indicates if the collection contains any items explicitly added at design-time |
|
|
Contains the extra options enabled for the grid control |
lazarus-ccr.sourceforge.net |