Vcl.Grids.TDrawGrid.RowCount

提供:RAD Studio API Documentation

Delphi

property RowCount: Integer read FRowCount write SetRowCount default 5;

C++

__property RowCount = {default=5};

プロパティ

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

説明

グリッド内の行の数を示します。 {{#multireplace:Vcl.Grids.TDrawGrid.RowCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Vcl.Grids.TCustomGrid.RowCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Vcl.Grids.TCustomGrid.RowCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

関連項目