FMX.Grid.TCustomGrid.Row

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Row: Integer read GetRow write SetRow;

C++

__property int Row = {read=GetRow, write=SetRow, nodefault};

Properties

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

Description

Number of the selected row.

See Also