ToolsAPI.WelcomePage.INTAWelcomePagePluginService280.GetPluginByIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPluginByIndex(Index: Integer): INTAWelcomePagePlugin;

C++

virtual _di_INTAWelcomePagePlugin __fastcall GetPluginByIndex(int Index) = 0 ;

Properties

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

Description

GetPluginByIndex returns the registered plugin interface by Index.

See Also