RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboBoxEx.ItemsEx Property

Lists the items that appear in the list portion of the combo box.

Pascal
property ItemsEx: TComboExItems;
C++
__property TComboExItems ItemsEx;

Read Items to access the list of items that appears in the combo box. ItemsEx is a collection of TComboExItem objects. 

Set the value of Items to copy the items from another collection of TComboExItem objects. 

Use the methods of Items to add, insert, delete and move items. Use the properties of individual items in the collection to specify the appearance of each item.

Note: To work with only the strings in the combo box, and not the other properties of the items, you can use the Items property instead.
 

 

ItemIndex 

TComboExItem 

Items

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