Vcl.Forms.TScreen.WorkAreaTop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WorkAreaTop: Integer read GetWorkAreaTop;

C++

__property int WorkAreaTop = {read=GetWorkAreaTop, nodefault};

Properties

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

Description

Specifies the top edge of the work area on the primary monitor.

Use WorkAreaTop to determine the top edge of the usable space on the primary monitor. This value indicates the number of pixels between the top edge of the primary monitor, and the space left after accounting for the task bar and any tool bars that sit on the desktop.

The primary monitor is the monitor whose Primary property is true.

See Also