FMX.Types.TDisplay.WorkArea

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WorkArea: TRect read FWorkareaRect;

C++

__property System::Types::TRect WorkArea = {read=FWorkareaRect};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TDisplay

Description

Gives pixel coordinates and dimensions of the display's work area usable by the application.

WorkArea gives pixel coordinates and dimensions of the display's work area usable by the application. The work area is the portion of the display not obscured by the system taskbar and other decorative elements. All pixel coordinates are in virtual screen coordinates relative to the primary display. A virtual screen refers to a multiple monitor system. The virtual screen is the bounding rectangle of all displays used to comprise the desktop.

WorkArea is the same as WorkareaRect. Compare with Bounds.

See Also