FMX.Forms.TScreen.WorkAreaRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WorkAreaRect: TRect read GetWorkAreaRect;

C++

__property System::Types::TRect WorkAreaRect = {read=GetWorkAreaRect};

Properties

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

Description

Gets the pixel size of the work area of the primary display.

The work area is the portion of the screen not obscured by the system taskbar or by application desktop toolbars. The coordinates of the work area are virtual screen coordinates. A virtual screen refer to a multiple display system. The virtual screen is the bounding rectangle of all displays used to comprise the desktop.

See Also