FMX.Grid.TCustomGrid.Row

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

Delphi

property Row: Integer read GetRow write SetRow;

C++

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

プロパティ

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


説明

選択した行の番号。

関連項目