| [Overview][Types][Procedures and functions][Variables][Index] |
Returns a system environment string.
Source position: lazutf8.pas line 71
function GetEnvironmentStringUTF8( |
Index: Integer |
):string; |
The index is 1 to GetEnvironmentVariableCountUTF8. On Unix and Windows the string often has the form 'name=value'. Beware that Windows knows some special formats, e.g. '=C:=SomePath'. Use GetEnvironmentVariableUTF8 to lookup environment values by name.
| lazarus-ccr.sourceforge.net |