FMX.Forms.TScreen.MultiDisplaySupported
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
- FMX.Forms.TScreen.Displays
- FMX.Forms.Screen
- FMX.Forms.TScreen
- FMX.Forms.TScreen.DisplayFromForm
- FMX.Forms.TScreen.DesktopRect
- FMX.Forms.TScreen.WorkAreaRect