[Overview][Types][Classes] |
Name of the application to start
Source position: process.pp line 118
published property TProcess.ApplicationName: String |
ApplicationNameis an alias for TProcess.CommandLine. It's mostly foruse in the Windows CreateProcesscall. If CommandLineis not set, then ApplicationNamewill be used instead.
Note that either CommandLineor ApplicationNamemust be set prior to calling Execute.
|
Command-line to execute |