FMX.Types.TDisplay.Bounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bounds: TRect read FBoundsRect;

C++

__property System::Types::TRect Bounds = {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.

Bounds gives the pixel coordinates and dimensions 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.

Bounds is the same as BoundsRect. Compare with WorkArea.

See Also