Vcl.ComCtrls.TComboBoxExStyles

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TComboBoxExStyles = set of TComboBoxExStyleEx;

C++

typedef System::Set<TComboBoxExStyleEx, TComboBoxExStyleEx::csExCaseSensitive, TComboBoxExStyleEx::csExPathWordBreak> TComboBoxExStyles;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
set
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Beschreibung

TComboBoxExStyles ist der Typ für die Eigenschaft Style von erweiterten Kombinationsfeldern.

Folgende Werte stehen für den Typ TComboBoxExStyles zur Verfügung:



Wert Bedeutung

csExDropDown

Erstellt eine Dropdown-Liste mit einem Eingabefeld für die manuelle Texteingabe.

csExSimple

Erstellt ein Eingabefeld mit einer festen Liste (Listenfeld) darunter. Die Länge der ‎Liste wird von der Eigenschaft Height des Kombinationsfeldes festgelegt.

csExDropDownList

Erstellt eine Dropdown-Liste ohne Eingabefeld; der Benutzer kann Text nicht manuell eingeben.