API:Vcl.ActnMenus.TMenuStack

From RAD Studio API Documentation

TMenuStackSystem.Contnrs.TStackSystem.Contnrs.TOrderedListSystem.TObject

Delphi

TMenuStack = class(TStack)

C++

class PASCALIMPLEMENTATION TMenuStack : public System::Contnrs::TStack

Properties

Type Visibility Source Unit Parent
class public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus Vcl.ActnMenus

Description

TStack maintains a last-in first-out array of pointers. Vcl.ActnMenus.TMenuStack 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