[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the ordinal position in the collection for the specified column.
Source position: grids.pas line 665
public function TGridColumns.IndexOf( |
Column: TGridColumn |
):Integer; |
Column |
|
Grid column to locate in the collection. |
Ordinal position for the collection item, or -1 when not found.
IndexOf is an Integer function used to get the ordinal position in the collection for the TGridColumn instance specified in Column. The return value contains the ordinal position (in the range 0 to Count-1), or -1 when no items exist in the collection or when Column cannot be located in the container.
|
Provides indexed access to column definitions in the collection. |
|
|
Implements a column definition used for tabular data in TCustomGrid. |
|
Version 4.0 | Generated 2025-05-03 | Home |