RAD Studio VCL Reference
|
TStack maintains a last-in first-out array of pointers.
TStack = class(TOrderedList);
class TStack : public TOrderedList;
Contnrs
Use a TStack object to store and maintain a last-in first-out list.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|