FMX.Platform.IFMXMultiDisplayService.GetDisplayCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDisplayCount: Integer;

C++

virtual int __fastcall GetDisplayCount() = 0 ;

Properties

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

Description

Declares the method to retrieve the number of displays on a desktop.

GetDisplayCount is the getter of the DisplayCount property.

See Also