System.Contnrs.TStack

Delphi
TStack = class(TOrderedList)
C++
class PASCALIMPLEMENTATION TStack : public TOrderedList
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.
Use a TStack object to store and maintain a last-in first-out list.