API:Datasnap.DataBkr.TRemoteDataModule.UpdateRegistry

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DataBkr.pas
Datasnap.DataBkr.hpp
Unit: Datasnap.DataBkr
Parent: TRemoteDataModule

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);

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.