Open main menu

RAD Studio API Documentation β

FMX.Platform.IFMXMultiDisplayService.GetWorkAreaRect

Delphi

function GetWorkAreaRect: TRect;

C++

virtual System::Types::TRect __fastcall GetWorkAreaRect(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXMultiDisplayService

Description

Declares the method to retrieve 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 refers to a multiple display system. The virtual screen is the bounding rectangle of all displays used to comprise the desktop.

GetWorkAreaRect is the getter of the WorkAreaRect property.

See Also