API:Datasnap.DataBkr.TRemoteDataModule.UpdateRegistry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UpdateRegistry(Register: Boolean; const ClassID, ProgID: string); override;

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
Datasnap.DataBkr.pas
Datasnap.DataBkr.hpp
Datasnap.DataBkr TRemoteDataModule

Description

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

Datasnap.DataBkr.TRemoteDataModule.UpdateRegistry inherits from System.Classes.TComponent.UpdateRegistry. All content below this line refers to System.Classes.TComponent.UpdateRegistry.

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.