System.Win.ComServ.TComServer.Initialize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Initialize;

C++

void __fastcall Initialize(void);

Properties

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

Description

Updates the registry and registers the class objects.

Initialize updates the registry if the server was not started only to remove the server from the system registry. Then, if the server was started as an interactive stand-alone application, or in response to a request from an automation controller, Initialize calls on each class factory, owned by the server, to register its class object in the system registry.

See Also