PlatformAPI.IOTAMobileDeviceNotifier.MobileDeviceChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MobileDeviceChanged(const aDeviceInternalName: string; aAction: TOTAMobileDeviceChangeAction);

C++

virtual void __fastcall MobileDeviceChanged(const System::UnicodeString aDeviceInternalName, TOTAMobileDeviceChangeAction aAction) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAMobileDeviceNotifier

Description

The IDE calls MobileDeviceChanged after a designer device suffers a change. This procedure provides the internal name of the modified design-time device.

See Also