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

TPROCESS.Desktop

Desktop on which to start the process.

Declaration

Source position: processbody.inc line 152

published property TPROCESS.Desktop : string
  read FDesktop
  write FDesktop;

Description

DeskTop is used on Windows to determine on which desktop the process' main window should be shown. Leaving this empty means the process is started on the same desktop as the currently running process.

Changing this property after the process was started has no effect.

On UNIX, this parameter is ignored.

See also

TProcess.Input

  

Stream connected to standard input of the process.

TProcess.Output

  

Stream connected to standard output of the process.

TProcess.StdErr

  

Stream connected to standard diagnostic output of the process.


Documentation generated on: May 14 2021