JVCL Help:TJvCPSShowWindow
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCPSShowWindow type
Search in JVCL Help
Search in all projectsSummary
Represents different ways how a launched application window can appear.
Pascal
run\JvCreateProcess.pas
TJvCPSShowWindow = (
swHide,
swMinimize,
swMaximize,
swNormal
);
Members
Members | Description |
swHide | If it was active, another window is activated. |
swMinimize | The external application window is activated and minimized. |
swMaximize | The external application window is activated and maximized. |
swNormal | The external application window is activated and restored to its original size and position if it was maximized or minimized. |
Description
The TJvCPSShowWindow type defines values describing how the launched application window appears, when TJvCreateProcess creates a new process.
See Also
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page