System.Classes.TComponent.UpdateRegistry
Delphi
class procedure UpdateRegistry(Register: Boolean; const ClassID, ProgID: string); virtual;
C++
__classmethod virtual void __fastcall UpdateRegistry(bool Register, const System::UnicodeString ClassID, const System::UnicodeString ProgID);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | System.Classes.pas System.Classes.hpp | System.Classes | TComponent | 
Description
Provides the interface for a method that adds type library and version information to the Registry on components that implement COM interfaces.
Do not call UpdateRegistry directly. It is for internal use only.