ToolsAPI.WelcomePage.INTAWelcomePagePluginService280.GetPluginByID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPluginByID(const ID: string): INTAWelcomePagePlugin;

C++

virtual _di_INTAWelcomePagePlugin __fastcall GetPluginByID(const System::UnicodeString ID) = 0 ;

Properties

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

Description

GetPluginByID returns the registered plugin interface by ID.

See Also