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

説明

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

Vcl.ValEdit.TValueListEditor.RowCount は Vcl.Grids.TCustomGrid.RowCount を継承しています。以下の内容はすべて Vcl.Grids.TCustomGrid.RowCount を参照しています。

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

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

関連項目