FMX.Forms.TScreen.DisplayCount
Delphi
property DisplayCount: Integer read GetDisplayCount;
C++
__property int DisplayCount = {read=GetDisplayCount, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TScreen |
Description
Gets the number of displays used to comprise the desktop.
Your application creates a global Screen variable encapsulating the state of the screen on which your application is running. The DisplayCount property of Screen returns the number of displays used to comprise the desktop. DisplayCount is the number of displays in the Displays array of Screen.
DisplayCount gets information from FMX.Platform.IFMXMultiDisplayService.DisplayCount.