PlatformAPI.IOTAExternalDevice.GetEmulator
Delphi
function GetEmulator: Boolean;
C++
virtual bool __fastcall GetEmulator() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | IOTAExternalDevice |
Description
GetEmulator returns True
if an external device is an Android emulator or an iOS simulator; it returns False
otherwise.