PlatformAPI.IOTAExternalDevice.Emulator

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Emulator: Boolean read GetEmulator write SetEmulator;

C++

__property bool Emulator = {read=GetEmulator, write=SetEmulator};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAExternalDevice

Beschreibung

Emulator ist True, wenn es sich bei einem externen Gerät um einen Android-Emulator oder einen iOS-Simulator handelt; andernfalls ist diese Eigenschaft False.

Siehe auch