FMX.Grid.TColumn.CellControlByRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CellControlByRow(Row: Integer): TStyledControl;

C++

Fmx::Controls::TStyledControl* __fastcall CellControlByRow(int Row);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

Description

Returns the cell that is on the specified row in the column.

The first cell has index 0, the second cell has index 1, and so on.

See Also