RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TComboBoxExStyle Enumeration

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

Pascal
TComboBoxExStyle = (
  csExDropDown,
  csExSimple,
  csExDropDownList
);
C++
enum TComboBoxExStyle {
  csExDropDown,
  csExSimple,
  csExDropDownList
};

ComCtrls

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.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!