[Overview][Constants][Types][Classes][Procedures and functions][Index] |
HasAutomaticColumns indicates if any items in the collection are an automatic column
Source position: dbgrids.pas line 310
protected function TDBGridColumns.HasAutomaticColumns: Boolean; |
True when automatic columns are stored in the collection
HasAutomaticColumns is a Boolean function that indicates if any items in the collection are an automatic column added at run-time. Automatic columns are a feature in TDBGrid enabled by adding the approprate value to its OptionsExtra property. HasAutomaticColumns returns True if a TColumn instance in the Items property has its IsAutomaticColumn property set.
|
Contains the extra options enabled for the grid control |
|
|
RemoveAutoColumns removes automatic columns in the collection |
lazarus-ccr.sourceforge.net |