ToolsAPI.WelcomePage.INTAWelcomePageNotifier280.BeforePluginDestroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeforePluginDestroy(const PluginID: string);

C++

virtual void __fastcall BeforePluginDestroy(const System::UnicodeString PluginID) = 0 ;

Properties

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

Description

BeforePluginDestroy is an event that occurs before the Plugin is about to be free.

See Also