RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TList Class

TList stores an array of pointers.

Pascal
TList = class(TObject);
C++
class TList : public TObject;

Classes

TList, which stores an array of pointers, is often used to maintain lists of objects. TList introduces properties and methods to  

Add or delete the objects in the list. 

Rearrange the objects in the list. 

Locate and access objects in the list. 

Sort the objects in the list. 

 

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