[Overview][Types][Classes] | Reference for unit 'process' (#fcl) |
Name of the application to start
Source position: process.pp line 118
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.
Note that either CommandLine or ApplicationName must be set prior to calling Execute.
|
Command-line to execute |
No notes exist for this page yet.