PlatformAPI.IOTAExternalDevice.DisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayName: string read GetDisplayName write SetDisplayName;

C++

__property System::UnicodeString DisplayName = {read=GetDisplayName, write=SetDisplayName};

Properties

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

Description

DisplayName is the display name of an external device.

See Also