Vcl.DBCtrls.TDBLookupComboBox.DropDownRows

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

Delphi

property DropDownRows: Integer read FDropDownRows write FDropDownRows default 7;

C++

__property DropDownRows = {default=7};

プロパティ

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

説明

TDBLookupComboBox のドロップダウン リスト内に表示される項目数を示します。

Vcl.DBCtrls.TDBLookupComboBox.DropDownRows は Vcl.DBCtrls.TCustomDBLookupComboBox.DropDownRows を継承しています。以下の内容はすべて Vcl.DBCtrls.TCustomDBLookupComboBox.DropDownRows を参照しています。

TDBLookupComboBox のドロップダウン リスト内に表示される項目数を示します。

DropDownRows を使用すると、コンボボックスのドロップダウン リスト内に現れる、行数を指定することができます。検索項目の数が DropDownRows よりも多い場合、検索リストボックスはスクロール バーを表示します。

DropDownRows のデフォルト値は 7 です。

関連項目