RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboExItems.Add Method

Adds a new item to the collection.

Pascal
function Add: TComboExItem;
C++
__fastcall TComboExItem Add();

Call Add to add a new item to the collection. Add instantiates an object of the type that was specified when the TListControlItems instance was created. It returns the newly created object so that you can specify its properties. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!