Vcl.Forms.TScreen.DesktopTop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesktopTop: Integer read GetDesktopTop;

C++

__property int DesktopTop = {read=GetDesktopTop, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen

Description

Specifies the y-coordinate of the entire desktop's top edge relative to the upper-left corner of the primary monitor.

Use DesktopTop to determine the y-coordinate of the desktop's top edge relative to the upper-left corner of the primary monitor. The primary monitor is the monitor with its Primary property set to true. The desktop is defined as the entire virtual desktop, which includes all monitors in the system.

On a single-monitor system, DesktopTop is 0.

See Also