System.Win.ComServ.TComServer.UpdateRegistry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateRegistry(Register: Boolean);

C++

void __fastcall UpdateRegistry(bool Register);

Properties

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

Description

Registers information on classes implemented in the COM server.

UpdateRegistry updates the registry to reflect the current status of the COM server. Accordingly, UpdateRegistry either registers or unregisters the type library information and the CLSIDs associated with the class factories instantiated by the COM server.

The global functions that register and unregister the server call UpdateRegistry. UpdateRegistry is also called by the Initialize method.

See Also