FMX.Grid.Style.TStyledGrid.BottomRow

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

Delphi

property BottomRow: Integer read GetBottomRow;

C++

__property int BottomRow = {read=GetBottomRow, nodefault};

プロパティ

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


説明

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

関連項目