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

TPROCESS.WindowColumns

Number of columns in console window (windows only)

Declaration

Source position: processbody.inc line 159

published property TPROCESS.WindowColumns : Cardinal
  read dwXCountChars
  write SetWindowColumns;

Description

WindowColumns is the number of columns in the console window, used to run the command in. This property is only effective if suoUseCountChars is specified in StartupOptions

See also

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.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: May 14 2021