JVCL Help:TJvCPSShowWindow

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Represents different ways how a launched application window can appear.

run\JvCreateProcess.pas


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.

run\JvCreateProcess.pas


Description

The TJvCPSShowWindow type defines values describing how the launched application window appears, when TJvCreateProcess creates a new process.

run\JvCreateProcess.pas


See Also

TJvCPSStartupInfo

run\JvCreateProcess.pas


About

Navigation

no pages or subcategories

run\JvCreateProcess.pas



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