System.Bluetooth.TBluetoothLEAdvertiseData.SetLocalName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetLocalName(const ALocalName: string); virtual; abstract;

C++

virtual void __fastcall SetLocalName(const System::UnicodeString ALocalName) = 0 ;

Properties

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

Description

Setter of LocalName.

See Also