API:Vcl.Menus.TMenuItemStack

From RAD Studio API Documentation
Jump to: navigation, search

System.Contnrs.TStackSystem.Contnrs.TOrderedListSystem.TObjectTMenuItemStack

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