PlatformAPI.IOTAExternalDevice.SetProfileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetProfileName(const Value: string);

C++

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

Properties

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

Description

Use SetProfileName to associate a connection profile with an external device. You must specify the internal name of the connection profile, as a string.

See Also