Vcl.StdCtrls.TCustomComboBox.AutoDropDownWidth

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AutoDropDownWidth: Boolean read FAutoDropDownWidth write FAutoDropDownWidth default False;

C++

__property bool AutoDropDownWidth = {read=FAutoDropDownWidth, write=FAutoDropDownWidth, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBox


Beschreibung

Wenn Sie TCustomComboBox.AutoDropDownWidth auf True festlegen, wird die Breite der Dropdown-Liste automatisch auf den breitesten String im Kombinationsfeld festgelegt.

Siehe auch