Return a list of environment variables.
Source position: custapp.pp line 92
| public procedure TCustomApplication.GetEnvironmentList( | 
| List: TStrings; | 
| NamesOnly: Boolean | 
| ); | 
| List: TStrings | 
| ); | 
| List | 
 | List to return environment strings in. | 
| NamesOnly | 
 | If True, only environment variable names will be returned. | 
| List | 
 | List to return environment strings in. | 
GetEnvironmentList returns a list of environment variables in List. They are in the form Name=Value, one per item in list. If NamesOnly is True, then only the names are returned.
| 
 | Environment variable access. |