System.Contnrs.TObjectStack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TObjectStack = class(TStack)

C++

class PASCALIMPLEMENTATION TObjectStack : public TStack

Properties

Type Visibility Source Unit Parent
class public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs System.Contnrs

Description

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

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

See Also

Code Examples

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Contnrs.TObjectStack&oldid=624472"