Determines how the process main window is shown (Windows only).
Source position: processbody.inc line 234
|  published property TProcess.ShowWindow : TShowWindowOptions | 
ShowWindow determines how the process' main window is shown. It is useful only on Windows.
| Option | Meaning | 
|---|---|
| swoNone | Allow system to position the window. | 
| swoHIDE | The main window is hidden. | 
| swoMaximize | The main window is maximized. | 
| swoMinimize | The main window is minimized. | 
| swoRestore | Restore the previous position. | 
| swoShow | Show the main window. | 
| swoShowDefault | When showing Show the main window on a default position | 
| swoShowMaximized | The main window is shown maximized | 
| swoShowMinimized | The main window is shown minimized | 
| swoshowMinNOActive | The main window is shown minimized but not activated | 
| swoShowNA | The main window is shown but not activated | 
| swoShowNoActivate | The main window is shown but not activated | 
| swoShowNormal | The main window is shown normally |