API:Vcl.Menus.TMenuItemStack

From RAD Studio API Documentation

TMenuItemStackSystem.Contnrs.TStackSystem.Contnrs.TOrderedListSystem.TObject

Delphi

TMenuItemStack = class(TStack)

C++

class PASCALIMPLEMENTATION TMenuItemStack : public System::Contnrs::TStack

Properties

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

Description

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