API:Vcl.ValEdit.TValueListEditor.RowCount

提供:RAD Studio API Documentation

Delphi

property RowCount: Integer read GetRowCount;

C++

__property int RowCount = {read=GetRowCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

説明

グリッド内の行の数を示します。 {{#multireplace:Vcl.ValEdit.TValueListEditor.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 の値には,グリッド上部の固定行すべてと,グリッド本体のスクロール可能な行が含まれます。

関連項目