JVCL Help:TJvWindowsArrange

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

Search in JVCL Help

 
Search in all projects
 

Summary

Set of flags that describes starting positions and a directions, and is used to specify how the system arranges windows.

run\JvComputerInfoEx.pas


Pascal

 run\JvComputerInfoEx.pas
 TJvWindowsArrange = setof (waDown, waLeft, waRight, waUp, waBottomLeft, waBottomRight, waHide, waTopLeft, waTopRight);


Description

The following table indicates the meaning of the various TJvWindowsArrange flags:

Value Meaning
waDown Arrange vertically, top to bottom.
waLeft Arrange horizontally, left to right.
waRight Arrange horizontally, right to left.
waUp Arrange vertically, bottom to top.
waBottomLeft Start at the lower-left corner of the screen (default position).
waBottomRight Start at the lower-right corner of the screen.
waHide Hide minimized windows by moving them off the visible area of the screen.
waTopLeft Start at the upper-left corner of the screen.
waTopRight Start at the upper-right corner of the screen.

run\JvComputerInfoEx.pas


See Also

TJvMetricsInfo.Arrange, TJvMinimizedMetrics.Arrange

run\JvComputerInfoEx.pas


About

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