System.Win.Registry.TRegistry.ChangeKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ChangeKey(Value: HKey; const Path: string);

C++

void __fastcall ChangeKey(HKEY Value, const System::UnicodeString Path);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegistry

Description

Setter method for the CurrentKey and CurrentPath properties.

The ChangeKey is the setter method for the CurrentKey and CurrentPath properties.

See Also