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

説明

値リストエディタ内の行数を示します。

TValueListEditor では,TCustomGrid から継承した RowCount プロパティを再宣言し,それを読み出し専用プロパティに変更します。RowCount の値は,Strings プロパティの文字列の数に固定行数(一般には,列タイトル用の 1 行)を加えたものです。

関連項目