FireDAC.Stan.Util.FDReadEnvValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDReadEnvValue(const AName: String): String;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDReadEnvValue(const System::UnicodeString AName);

Properties

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

Description

Retrieves the value of an environment variable.

You can use FDReadEnvValue to retrieve an environment variable value, passed as AName.

See Also