ToolsAPI.WelcomePage.INTAWelcomePagePluginService280.CreatePlugin
Delphi
function CreatePlugin(const PluginID: string): TFrame; overload;
function CreatePlugin(const PluginID: string; const Control: TControl): TInterfacedObject; overload;
C++
virtual Vcl::Forms::TFrame* __fastcall CreatePlugin(const System::UnicodeString PluginID) = 0 /* overload */;
virtual System::TInterfacedObject* __fastcall CreatePlugin(const System::UnicodeString PluginID, Vcl::Controls::TControl* const Control) = 0 /* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | ToolsAPI.WelcomePage.pas ToolsAPI.WelcomePage.hpp |
ToolsAPI.WelcomePage | INTAWelcomePagePluginService280 |
Description
CreatePlugin creates a registered plugin in the Welcome Page Service.
Note: CreatePlugin
only creates a plugin when it does not exist.