[Overview][Types][Classes] Reference for unit 'process' (#fcl)

TProcess.ApplicationName

Name of the application to start

Declaration

Source position: process.pp line 118

published property TProcess.ApplicationName: String
  read FApplicationName
  write SetApplicationName;

Description

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.

See also

TProcess.CommandLine

  

Command-line to execute