FireDAC.Stan.Util.FDSetEnv

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FDSetEnv(const AName, AValue: String);

C++

extern DELPHI_PACKAGE void __fastcall FDSetEnv(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, modifies, or deletes an environment variable.

You can use FDSetEnv to create, modify, or delete an environment variable. The AName variable represents the name for the environment variable and the AValue variable represents the value to assign to the environment variable.

See Also