PlatformAPI.IOTAExternalDevice.GetEmulator

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

Delphi

function GetEmulator: Boolean;

C++

virtual bool __fastcall GetEmulator() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAExternalDevice

説明

外部デバイスが Android エミュレータまたは iOS シミュレータである場合、GetEmulatorTrue を返します。該当しない場合は False を返します。


関連項目