API:System.Win.ComObj.CreateRegKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateRegKey(const Key, ValueName, Value: string; RootKey: HKEY);

C++

extern DELPHI_PACKAGE void __fastcall CreateRegKey(const System::UnicodeString Key, const System::UnicodeString ValueName, const System::UnicodeString Value, HKEY RootKey = (HKEY)(0x80000000));

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Description

Embarcadero Technologies does not currently have any additional information.