FMX.Platform.IFMXMultiDisplayService.DisplayCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayCount: Integer read GetDisplayCount;

C++

__property int DisplayCount = {read=GetDisplayCount};

Properties

Type Visibility Source Unit Parent
property public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXMultiDisplayService

Description

Declares the property retrieving the number of displays on a desktop.

See Also