RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStack Class

TStack maintains a last-in first-out array of pointers.

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

Contnrs

Use a TStack object to store and maintain a last-in first-out list. 

 

TList 

TQueue 

TObjectStack 

Working with Lists

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