[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TScreen.DesktopLeft

The left-most coordinate of the desktop.

Declaration

Source position: forms.pp line 1285

public property TScreen.DesktopLeft : Integer
  read GetDesktopLeft;

Description

DesktopLeft is a read-only Integer property with the left coordinate for the desktop. The property value contains the virtual screen coordinate returned from GetSystemMetrics for the SM_XVIRTUALSCREEN parameter.

DesktopLeft 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.

See also

TScreen.DesktopRect

  

Bounds rectangle for the desktop spanning all monitors.

TCustomForm.MoveToDefaultPosition

  

Moves the form to the location specified in the Position property.


Version 3.2 Generated 2024-02-25 Home