FireDAC.Stan.Util.FDWriteRegValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FDWriteRegValue(const AName, AValue: String);

C++

extern DELPHI_PACKAGE void __fastcall FDWriteRegValue(const System::UnicodeString AName, const System::UnicodeString AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Creates a new registry key.

The FDWriteRegValue function stores a value into registry with its name and value taken from the AName and AValue parameters. The value is stored into a FireDAC-specific registry key.

See Also