FMX.Platform.IFMXMultiDisplayService.GetDisplay

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

Delphi

function GetDisplay(const Index: Integer): TDisplay;

C++

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

プロパティ

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


説明

指定された Index インデックスに対応する TDisplay ディスプレイを取得するメソッドを宣言しています。

Index は、Screen 変数から得られる Displays 配列内のディスプレイを指定します。

関連項目