System.Win.VCLCom.TComponentFactory.UpdateRegistry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateRegistry(Register: Boolean); override;

C++

virtual void __fastcall UpdateRegistry(bool Register);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Win.VCLCom.pas
System.Win.VCLCom.hpp
System.Win.VCLCom TComponentFactory

Description

Registers the typed COM object class.

System.Win.VCLCom.TComponentFactory.UpdateRegistry inherits from System.Win.ComObj.TTypedComObjectFactory.UpdateRegistry. All content below this line refers to System.Win.ComObj.TTypedComObjectFactory.UpdateRegistry.

Registers the typed COM object class.

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.

See Also