RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOrderedList Class

TOrderedList maintains an array of pointers that must be accessed in serial order.

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

Contnrs

TOrderedList is an abstract class that represents a list. Descendant classes like TStack and TQueue override the protected PushItem method to determine the order in which to access items. 

 

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