[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Name of the application to start (deprecated)
Source position: process.pp line 138
published property TProcess.ApplicationName: String |
ApplicationName is an alias for TProcess.CommandLine. It's mostly foruse 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 argumens. Supersedes CommandLine. |