FMX.Platform.IFMXMultiDisplayService.GetDisplay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDisplay(const Index: Integer): TDisplay;

C++

virtual Fmx::Types::TDisplay __fastcall GetDisplay(const int Index) = 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 TDisplay display corresponding to the specified Index index.

Index specifies the display in the Displays array from the Screen variable.

See Also