[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The total vertical size for the desktop.
Source position: forms.pp line 1282
public property TScreen.DesktopHeight : Integer |
DesktopHeight is a read-only Integer property with the total height for the desktop. The property values is the result from GetSystemMetrics using the SM_CYVIRTUALSCREEN parameter.
DesktopHeight is used in the MoveToDefaultPosition method in TCustomForm. The values in DesktopLeft, DesktopTop, DesktopWidth and DesktopHeight are also assigned to members in the DesktopRect property.
|
Bounds rectangle for the desktop spanning all monitors. |
|
|
Moves the form to the location specified in the Position property. |
Version 4.0 | Generated 2025-05-03 | Home |