PlatformAPI.IOTADesignerDevice190.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 IOTADesignerDevice190

Description

InternalName is the ID of a design-time device.

The ID of a design-time device is a name that uniquely identifies the design-time device. Users do not see this ID in the IDE.

See Also