System.Bluetooth.TBluetoothCustomAdapter.SetAdapterName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAdapterName(const Value: string); virtual; abstract;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothCustomAdapter

Description

Setter of AdapterName.

See Also