Vcl.DBLookup.TDBLookupCombo.DropDownWidth

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DropDownWidth: Integer read FDropDownWidth write FDropDownWidth default 0;

C++

__property int DropDownWidth = {read=FDropDownWidth, write=FDropDownWidth, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupCombo

Beschreibung

Gibt die Breite der Dropdown-Liste des Lookup-Kombinationsfeldes in Pixel an.

Mit DropDownWidth wird die Breite der Dropdown-Liste des Lookup-Kombinationsfeldes benutzerdefiniert. Wenn DropDownWidth 0 (Vorgabewert) ist, haben die Dropdown-Liste und das Lookup-Kombinationsfeld die gleiche Breite.

Siehe auch