FMX.Grid.TGridModel.Row

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Row: Integer read FRow write SetRow;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel


説明

選択されたセルの行番号、またはセルが選択されていない場合には -1 となります。

関連項目