System.Win.ComObj.RegisterComServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterComServer(const DLLName: string);

C++

extern DELPHI_PACKAGE void __fastcall RegisterComServer(const System::UnicodeString DLLName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Description

Registers an in-process COM server with the operating system.

COM servers are always registered as dynamic link libraries, DLLs. The DLLName parameter specifies the name of the DLL that implements the COM controls.

See Also