Vcl.ComCtrls.TCustomComboBoxEx.Style

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Style: TComboBoxExStyle read FStyle write SetStyle default csExDropDown;

C++

__property TComboBoxExStyle Style = {read=FStyle, write=SetStyle, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

Beschreibung

Legt fest, wie das Kombinationsfeld angezeigt wird.

Mit der Eigenschaft Style können Sie festlegen, wie der Eingabe- und der Listenbereich des Kombinationsfeldes angezeigt werden.

Siehe auch