Vcl.CmAdmCtl.TCOMAdminCatalog.StartApplication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartApplication(const bstrApplIdOrName: WideString);

C++

void __fastcall StartApplication(const System::WideString bstrApplIdOrName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalog

Description

Launches a COM+ server application in a dedicated process.

Call StartApplication to start up a COM+ server application. The components in the application are launched in a new dedicated process.

bstrApplIdOrName is the GUID or name that identifies the application to start.

See Also