[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'process' (#fcl)

TPROCESS.ApplicationName (deprecated)

Name of the application to start (deprecated)

Declaration

Source position: processbody.inc line 146

published property TPROCESS.ApplicationName : TProcessString
  read FApplicationName
  write SetApplicationName;

Description

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.

See also

TProcess.CommandLine

  

Command-line to execute (deprecated)

TProcess.Executable

  

Executable name. Supersedes CommandLine and ApplicationName.

TProcess.Parameters

  

Command-line arguments. Supersedes CommandLine.


Documentation generated on: May 14 2021