JVCL Help:TJvCreateProcess.Environment

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Lists the environment block for the new process.


Pascal

 propertyEnvironment: TStrings;


Description

Use Environment to access the environment block for the new process. Each string must be in the form: name=value Because the equal sign is used as a separator, it must not be used in the name of an environment variable. If no environment is specified, the new process uses the environment of the calling process. Note that it isn't allowed to add empty strings to Environment.


See Also

TJvCreateProcess.Run


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page