RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponentFactory.UpdateRegistry Method

Registers the typed COM object class.

Pascal
procedure UpdateRegistry(Register: Boolean); override;
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!