FMX.Grid.Style.TStyledGrid.TopRow

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

Delphi

property TopRow: Integer read GetTopRow;

C++

__property int TopRow = {read=GetTopRow, nodefault};

プロパティ

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


説明

上から開始した場合の、最初に表示される行(全体の中で、または、一部の中で)。

関連項目