FMX.Forms.TScreen.DesktopRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesktopRect: TRectF read GetDesktopRect;

C++

__property System::Types::TRectF DesktopRect = {read=GetDesktopRect};

Properties

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

Description

Gets the pixel parameters of the virtual screen's rectangle.

A virtual screen refers to a multiple display system. The virtual screen is the bounding rectangle of all displays used to comprise the desktop.

See Also