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;

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

 

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