API:Vcl.ActnMenus.TMenuStack.Push

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Push(Container: TCustomActionMenuBar);

C++

HIDESBASE void __fastcall Push(TCustomActionMenuBar* Container);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TMenuStack

Description

Adds an item to the list.

Vcl.ActnMenus.TMenuStack.Push inherits from System.Contnrs.TOrderedList.Push. All content below this line refers to System.Contnrs.TOrderedList.Push.

Adds an item to the list.

Call Push to add an item to the list.

AItem is the item to add.

Push returns a reference to the item that was just added (AItem).

See Also