Vcl.Grids.TCustomGrid.RowCount

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

Delphi

property RowCount: Longint read FRowCount write SetRowCount default 5;

C++

__property int RowCount = {read=FRowCount, write=SetRowCount, default=5};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

説明

グリッド内の行の数を示します。

RowCount プロパティの値で,RowHeights 配列内のエントリ数を特定します。RowCount を設定すると,グリッド下部の行を追加したり削除したりできます。RowCount の値には,グリッド上部の固定行すべてと,グリッド本体のスクロール可能な行が含まれます。

関連項目