RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponent.UpdateRegistry Method

Provides the interface for a method that adds type library and version information to the Registry on components that implement COM interfaces.

Pascal
class procedure UpdateRegistry(Register: Boolean; const ClassID: string; const ProgID: string); virtual;
C++
virtual __fastcall UpdateRegistry(Boolean Register, const AnsiString ClassID, const AnsiString ProgID);

Do not call UpdateRegistry directly. It is for internal use only. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!