FMX.Grid.TGridModel.IndexOfColumn

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also