[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Additional (Windows) startup options
Source position: processbody.inc line 156
published property TPROCESS.StartupOptions : TStartupOptions |
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. |
|
Determines how the process main window is shown (Windows only) |
|
|
Height of the process main window |
|
|
Height of the process main window (Windows only) |
|
|
X-coordinate of the initial window (Windows only) |
|
|
Y-coordinate of the initial window (Windows only) |
|
|
Number of columns in console window (windows only) |
|
|
Number of rows in console window (Windows only) |
|
|
Color attributes of the characters in the console window (Windows only) |