FireDAC.Stan.Util.FDReadEnvValue

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function FDReadEnvValue(const AName: String): String;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

説明

環境変数の値を取得します。


FDReadEnvValue を使用すると、AName パラメータとして渡される環境変数の値を取得できます。

関連項目