System.Bluetooth.TBluetoothCustomDevice.GetDeviceName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetDeviceName: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetDeviceName() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothCustomDevice


Beschreibung

Hinweis: Dies ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothCustomDevice implementiert wird.

Getter von DeviceName.

Siehe auch