RAD Studio VCL Reference
|
TCustomComboBox is the base class for combobox components.
TCustomComboBox = class(TCustomCombo);
class TCustomComboBox : public TCustomCombo;
StdCtrls
Use TCustomComboBox as a base class when defining a control that represents a specialized Windows combo box. A combo box is an edit box with a scrollable list attached to it; users can select an item from the list or type directly into the edit box. Combo boxes can present the list as a drop-down list or as a list box that is always visible.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|