RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TObjectStack Class

TObjectStack maintains a last-in first-out list of objects.

Pascal
TObjectStack = class(TStack);
C++
class TObjectStack : public TStack;

Contnrs

Use TObjectStack to store and maintain a last-in first-out list of objects. 

 

TStack 

TList 

TQueue 

TObjectQueue 

TObjectList 

Working with Lists

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