System.Win.Registry.TRegistry.SetCurrentKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCurrentKey(Value: HKEY);

C++

void __fastcall SetCurrentKey(HKEY Value);

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 property.

The SetCurrentKey is the setter method for the CurrentKey property.

Note: Unlike ChangeKey, the SetCurrentKey method only changes the CurrentKey property, and not the CurrentPath property too.

See Also