System.SysUtils.GetEnvironmentVariableA
Aus RAD Studio API Documentation
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall GetEnvironmentVariable(const System::UnicodeString Name)/* overload */;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | System.SysUtils.hpp | System.SysUtils | System.SysUtils |
Beschreibung
ANSI-Version von GetEnvironmentVariable.
Sie können GetEnvironmentVariableA verwenden, wenn die Umgebungsvariable ein ANSI-String ist.
Siehe auch
- GetEnvironmentVariable (Delphi)