RAD Studio VCL Reference
|
TComboBoxEx represents a combo box that supports extended combo box features such as images on the list entries.
TComboBoxEx = class(TCustomComboBoxEx);
class TComboBoxEx : public TCustomComboBoxEx;
ComCtrls
Add TComboBoxEx to a form when you want to include a combo box that uses the images in an image list or when you want to control how far the items in the drop-down list are indented. TComboBoxEx provides greater support of items than the TComboBox control, but omits certain features as well (owner-drawn items, sorting of list items, and so on).
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|