FMX.Grid.TGridModel.IndexOfColumn
Delphi
function IndexOfColumn(const Column: TColumn): Integer;
C++
int __fastcall IndexOfColumn(TColumn* const Column);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FMX.Grid.pas FMX.Grid.hpp | FMX.Grid | TGridModel | 
Description
Returns the column number of the specified column, or -1 if the column cannot be found.