FMX.Platform.IFMXMultiDisplayService.GetDisplay
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.