RAD Studio VCL Reference
|
TComboBox combines an edit box with a scrollable list.
TComboBox = class(TCustomComboBox);
class TComboBox : public TCustomComboBox;
StdCtrls
A TComboBox component is an edit box with a scrollable drop-down list attached to it. Users can select an item from the list or type directly into the edit box.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|