Vcl.DBCtrls.TDBLookupComboBox.DropDownWidth

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DropDownWidth: Integer read FDropDownWidth write FDropDownWidth default 0;

C++

__property DropDownWidth = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBLookupComboBox

Beschreibung

Gibt die Breite (in Pixel) der Dropdown-Liste an.

Vcl.DBCtrls.TDBLookupComboBox.DropDownWidth erbt von Vcl.DBCtrls.TCustomDBLookupComboBox.DropDownWidth. Der folgende Inhalt bezieht sich auf Vcl.DBCtrls.TCustomDBLookupComboBox.DropDownWidth.

Gibt die Breite (in Pixel) der Dropdown-Liste an.

Mit DropDownWidth wird die Breite der Dropdown-Liste angepasst. Wenn DropDownWidth 0 ist (Vorgabewert), hat die Dropdown-Liste dieselbe Breite wie das Kombinationsfeld.

DropDownWidth ist beim Anzeigen mehrerer Listenfelder und daher mehrerer Spalten im Lookup-Kombinationsfeld der Datenbank nützlich.

Siehe auch