FMX.Platform.IFMXMultiDisplayService.GetDisplay

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetDisplay(const Index: Integer): TDisplay;

C++

virtual Fmx::Types::TDisplay __fastcall GetDisplay(const int Index) = 0 ;

Propriétés

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


Description

Déclare la méthode permettant de récupérer l'affichage TDisplay correspondant à l'index Index spécifié.

Index spécifie l'affichage dans le tableau Displays à partir de la variable Screen.

Voir aussi