Vcl.CmAdmCtl.TCOMAdminCatalog.RestoreREGDB

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RestoreREGDB(const bstrBackupFilePath: WideString);

C++

void __fastcall RestoreREGDB(const System::WideString bstrBackupFilePath);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalog

Description

Restores the COM+ class registration database (RegDB) from a specified file.

Call RestoreREGDB to restore the COM+ class registration database (RegDB) from a file that was previously created by the BackupREGDB method This requires a system reboot in order to take effect.

bstrBackupFilePath is the file previously created by the BackupREGDB method.

See Also