Vcl.DBCtrls.TDBLookupListBox.RowCount

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

Delphi

property RowCount: Integer read FRowCount write SetRowCount stored False;

C++

__property int RowCount = {read=FRowCount, write=SetRowCount, stored=false, nodefault};

プロパティ

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

説明

リストボックス内で表示できる行の数を決めます。

RowCount プロパティを設定すると,参照リストボックスに表示される行の数に設定します。リストボックスは指定した行数が表示できるようにサイズ変更されます。リストボックスを(たとえば,その Height プロパティを変更して)サイズ変更すると,新しい高さに一致するように RowCount プロパティの値が変更されます。

関連項目