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