API:System.Contnrs.TObjectStack

From RAD Studio API Documentation
Jump to: navigation, search

System.Contnrs.TStackSystem.Contnrs.TOrderedListSystem.TObjectTObjectStack

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.

System.Contnrs.TObjectStack inherits from System.Contnrs.TStack. All content below this line refers to System.Contnrs.TStack.

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