FMX.Grid.TCustomGrid.ColumnByIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ColumnByIndex(const Idx: Integer): TColumn;

C++

TColumn* __fastcall ColumnByIndex(const int Idx);

Properties

Type Visibility Source Unit Parent
function public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

Returns the column with the given index.

If the column does not exist, ColumnByIndex returns nil.

See Also