Vcl.ComCtrls.TComboBoxEx.Style

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Style: TComboBoxExStyle read FStyle write SetStyle default 0;

C++

__property Style = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxEx

Beschreibung

Legt fest, wie das Kombinationsfeld angezeigt wird.

Vcl.ComCtrls.TComboBoxEx.Style erbt von Vcl.ComCtrls.TCustomComboBoxEx.Style. Der folgende Inhalt bezieht sich auf Vcl.ComCtrls.TCustomComboBoxEx.Style.

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