FMX.Types.TDisplay.BoundsRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BoundsRect: TRect read FBoundsRect;

C++

__property System::Types::TRect BoundsRect = {read=FBoundsRect};

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 whole display's area accessible to the OS.

BoundsRect gives the dimensions in pixels of the whole display's area accessible to the OS including the taskbar and other decorative elements. All pixel coordinates are in virtual screen coordinates relative to the primary display. The virtual screen is the bounding rectangle of all displays used to comprise the desktop.

BoundsRect is the same as Bounds. Compare with WorkArea.

See Also