ToolsAPI.WelcomePage.INTAWelcomePagePluginService280.CreateListViewFrame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateListViewFrame(const APluginID, APluginName: string;
const AViewMode: TWelcomePageViewMode; const AModel: INTAWelcomePagePluginModel): TFrame;

C++

virtual Vcl::Forms::TFrame* __fastcall CreateListViewFrame(const System::UnicodeString APluginID, const System::UnicodeString APluginName, const TWelcomePageViewMode AViewMode, const _di_INTAWelcomePagePluginModel AModel) = 0 ;

Properties

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

Description

CreateListViewFrame creates a new instance for a view with a ListView frame

See Also