| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Flags for ExecuteProcess
Source position: osutilsh.inc line 15
| type TExecuteFlags = set of ( | ||
| ExecInheritsHandles | 
 | The new process inherits all (file) handles owned by the current process | 
| ); | 
TExecuteFlags is a set of flags to influence the behaviour of the ExecuteProcess call.
| 
 | Execute another process (program). |