FMX.Forms.TScreen.MultiDisplaySupported

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MultiDisplaySupported: Boolean;

C++

bool __fastcall MultiDisplaySupported();

Properties

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

Description

Retrieves whether the system supports multiple displays.

If your FireMonkey application runs on multiple displays, the Screen global variable maintains a Displays array of displays on a desktop.

TScreen provides methods to effectively manage the layout of your user interface on several active displays.

If MultiDisplaySupported returns False, then the following properties always have the following values: DisplayCount = 1 and WorkAreaRect, DesktopRect, and BoundsRect all are equal to Size.

See Also