PlatformAPI.IOTAExternalDevice.SetEmulator
Delphi
procedure SetEmulator(const Value: Boolean);
C++
virtual void __fastcall SetEmulator(const bool Value) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | IOTAExternalDevice |
Description
Use SetEmulator to define whether an external device is an Android emulator or an iOS simulator (True
) or not (False
).