[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Name of the application to start (deprecated)
Source position: processbody.inc line 146
published property TPROCESS.ApplicationName : TProcessString |
ApplicationName is an alias for TProcess.CommandLine. It's mostly for use in the Windows CreateProcess call. If CommandLine is not set, then ApplicationName will be used instead.
ApplicationName is deprecated. New code should use Executable instead, and leave ApplicationName empty.
|
Command-line to execute (deprecated) |
|
|
Executable name. Supersedes CommandLine and ApplicationName. |
|
|
Command-line arguments. Supersedes CommandLine. |