ToolsAPI.INTAEditorLocalMenu.UnregisterActionList

From RAD Studio API Documentation

Delphi

procedure UnregisterActionList(const MenuCategory: string);

C++

virtual void __fastcall UnregisterActionList(const System::UnicodeString MenuCategory) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
ToolsAPI.pas
ToolsAPI.hpp
ToolsAPI INTAEditorLocalMenu

Description

Removed the actions list associated with the MenuCategory used in registration.

The RegisterActionList removes the actions list associated with the MenuCategory used in registration. The TActionList that was registered is not freed. If your TActionList is in a TDataModule, it will be freed when the Data Module is freed.

See Also