PlatformAPI.IOTAExternalDeviceServices.GetExternalDeviceSimulatorID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExternalDeviceSimulatorID(const Name: string): string;

C++

virtual System::UnicodeString __fastcall GetExternalDeviceSimulatorID(const System::UnicodeString Name) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAExternalDeviceServices

Description

GetExternalDeviceSimulatorID returns the iOS simulator ID of the external device with the specified internal name.

See Also