System.Win.ComObj.TComObjectFactory.UpdateRegistry
Delphi
procedure UpdateRegistry(Register: Boolean); virtual;
C++
virtual void __fastcall UpdateRegistry(bool Register);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Win.ComObj.pas System.Win.ComObj.hpp |
System.Win.ComObj | TComObjectFactory |
Description
Registers COM objects created by the factory.
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.