Vcl.ComCtrls.TComboBoxExStyles
Delphi
type TComboBoxExStyles = set of TComboBoxExStyleEx;
C++
typedef System::Set<TComboBoxExStyleEx, TComboBoxExStyleEx::csExCaseSensitive, TComboBoxExStyleEx::csExPathWordBreak> TComboBoxExStyles;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
set typedef |
public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TComboBoxExStyles is the type for the Style property of extended combo box controls.
These are the values in the TComboBoxExStyles 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. |