RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListControlItems.Add Method

Adds a new item to the collection.

Pascal
function Add: TListControlItem;
C++
__fastcall TListControlItem 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. 

 

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