The top-most coordinate for the desktop.
Source position: forms.pp line 1282
public property TScreen.DesktopTop : Integer |
DesktopTop is a read-only Integer property with the top coordinate for the desktop. The property value contains the virtual screen coordinate returned from GetSystemMetrics for the SM_YVIRTUALSCREEN parameter.
DesktopTop 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.4 | Generated 2025-11-08 | Home |