RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComObjectFactory.UpdateRegistry Method

Registers COM objects created by the factory.

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

UpdateRegistry is called for EXEs when the EXE is run, and for DLLs or EXEs when the routines are called to specifically register or unregister the server. 

 

DLLRegisterServer 

DLLUnregisterServer 

RegisterClassObject

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!