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

TProcess.WindowWidth

Height of the process main window (Windows only)

Declaration

Source position: process.pp line 160

published property TProcess.WindowWidth : Cardinal
  read dwXSize
  write SetWindowWidth;

Description

WindowWidth is the initial width (in pixels) of the process' main window. This property is only effective if suoUseSize is specified in StartupOptions

See also

TProcess.WindowHeight

  

Height of the process main window

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)

TProcess.StartupOptions

  

Additional (Windows) startup options


Documentation generated on: Nov 14 2015