PlatformAPI.IOTAExternalDevice.InternalName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InternalName: string read GetInternalName;

C++

__property System::UnicodeString InternalName = {read=GetInternalName};

Properties

Type Visibility Source Unit Parent
property public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAExternalDevice

Description

InternalName is the ID of an external device.

The ID of an external device is a name that uniquely identifies the external device. Users do not see this ID in the IDE.

See Also