Vcl.Menus.TPopupList.Remove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Remove(Popup: TPopupMenu);

C++

HIDESBASE void __fastcall Remove(TPopupMenu* Popup);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TPopupList

Description

Removes a popup menu from the list.

Do not call the Remove method. It is called automatically by popup menus from their destructors, to remove themselves from the list.

See Also