FMX.Grid.TGridModel.Row

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Row: Integer read FRow write SetRow;

C++

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

Properties

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

Description

Row number of the selected cell, or -1 if there is no cell selected.

See Also