ToolsAPI.WelcomePage.INTAWelcomePagePluginService280.CreatePlugin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreatePlugin(const PluginID: string): TFrame; overload;
function CreatePlugin(const PluginID: string; const Control: TControl): TInterfacedObject; overload;

Properties

Type Visibility Source Unit Parent
function public ToolsAPI.WelcomePage.pas 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.

See Also