FMX.Platform.IFMXMultiDisplayService.Displays

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Displays[const Index: Integer]: TDisplay read GetDisplay;

C++

__property Fmx::Types::TDisplay Displays[const int Index] = {read=GetDisplay};

Properties

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

Description

Declares the property retrieving the TDisplay array of displays enumerated by Index.

See Also