FMX.Platform.IFMXMultiDisplayService.Displays

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXMultiDisplayService


Beschreibung

Deklariert die Eigenschaft zum Abrufen des TDisplay-Arrays mit den durch Index aufgeführten Displays.

Siehe auch