FMX.MultiView.TCustomMultiView.GetDevice

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

Delphi

function GetDevice: TDeviceInfo;

C++

System::Devices::TDeviceInfo* __fastcall GetDevice(void);

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TCustomMultiView


説明

現在のデバイスを返します。

GetDevice メソッドは、現在のデバイスを TDeviceInfo 型で返します。

設計時には、GetDevice メソッドは、IDE のビュー セレクタで選択されているビューのデバイスを返します。

関連項目