FMX.Platform.IFMXMultiDisplayService.Displays

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXMultiDisplayService


説明

Index で列挙されるディスプレイの TDisplay 配列を取得するプロパティを宣言しています。

関連項目