Vcl.ComCtrls.TComboBoxExStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TComboBoxExStyle = (csExDropDown, csExSimple, csExDropDownList);

C++

enum DECLSPEC_DENUM TComboBoxExStyle : unsigned char { csExDropDown, csExSimple, csExDropDownList };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TComboBoxExStyle is the type for the Style property of extended combo box controls.

These are the values in the TComboBoxExStyle type:


Value Meaning

csExDropDown

Creates a drop-down list with an edit box for manually entered text.

csExSimple

Creates an edit box with a fixed list (list box) underneath. The length of the list is determined by the Height of the combo box.

csExDropDownList

Creates a drop-down list with no edit box; the user cannot enter text manually.