PlatformAPI.IOTAExternalDevice.SetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDisplayName(const Value: string);

C++

virtual void __fastcall SetDisplayName(const System::UnicodeString Value) = 0 ;

Properties

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

Description

Use SetDisplayName to define the display name of an external device.

See Also