API:System.Contnrs.TObjectStack

From RAD Studio API Documentation

TObjectStackSystem.Contnrs.TStackSystem.Contnrs.TOrderedListSystem.TObject

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

TStack maintains a last-in first-out array of pointers. {{#multireplace:System.Contnrs.TObjectStack|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Contnrs.TStack|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Contnrs.TStack|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

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

See Also