RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComServer.UpdateRegistry Method

Registers information on classes implemented in the COM server.

Pascal
procedure UpdateRegistry(Register: Boolean);
C++
__fastcall UpdateRegistry(Boolean Register);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!