System.Win.Registry.TRegistry.PutData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PutData(const Name: string; Buffer: Pointer; BufSize: Integer; RegData: TRegDataType);

C++

void __fastcall PutData(const System::UnicodeString Name, void * Buffer, int BufSize, TRegDataType RegData);

Properties

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

Description

Writes data to a registry entry.

The PutData method writes the data from the memory location pointed to by the Buffer parameter to the registry entry with the name Name.

BufSize is the size of the Buffer.

See Also