HasDesignColumns indicates if the collection contains any items explicitly added at design-time.
Source position: dbgrids.pas line 310
protected function TDBGridColumns.HasDesignColumns: Boolean; |
True an item has its IsDesignColumn property set.
HasDesignColumns is a Boolean function that indicates if the collection contains any items explicitly added at design-time. HasDesignColumns returns True if Items contains a TColumn instance with its IsDesignColumn property set.
|
Items provides indexed access to columns added to the collection. |
|
|
ResetColumnsOrder arranges columns in the collection to the specified order. |
|
|
Indicates if the column was added at design-time. |