[Overview][Constants][Types][Classes][Procedures and functions][Index] |
HasDesignColumns indicates if the collection contains any items explicitly added at design-time.
Source position: dbgrids.pas line 306
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. |
Version 4.0 | Generated 2025-05-03 | Home |