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

TPROCESS.StartupOptions

Additional (Windows) startup options

Declaration

Source position: processbody.inc line 156

published property TPROCESS.StartupOptions : TStartupOptions
  read FStartupOptions
  write FStartupOptions;

Description

StartUpOptions contains additional startup options, used mostly on Windows system. They determine which other window layout properties are taken into account when starting the new process.

Priority Meaning
suoUseShowWindow Use the Show Window options specified in ShowWindow
suoUseSize Use the specified window sizes
suoUsePosition Use the specified window sizes.
suoUseCountChars Use the specified console character width.
suoUseFillAttribute Use the console fill attribute specified in FillAttribute.

See also

TProcess.ShowWindow

  

Determines how the process main window is shown (Windows only)

TProcess.WindowHeight

  

Height of the process main window

TProcess.WindowWidth

  

Height of the process main window (Windows only)

TProcess.WindowLeft

  

X-coordinate of the initial window (Windows only)

TProcess.WindowTop

  

Y-coordinate of the initial window (Windows only)

TProcess.WindowColumns

  

Number of columns in console window (windows only)

TProcess.WindowRows

  

Number of rows in console window (Windows only)

TProcess.FillAttribute

  

Color attributes of the characters in the console window (Windows only)


Documentation generated on: May 14 2021