System.Bluetooth.TBluetoothLEManager.EnableBluetooth

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property EnableBluetooth: Boolean read DoEnableBluetooth;

C++

__property bool EnableBluetooth = {read=DoEnableBluetooth, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


Beschreibung

Eine plattformspezifische Systemaktivität, die dem Benutzer erlaubt, "Bluetooth" einzuschalten.

Wenn die aktuelle Plattform das Anzeigen dieser Systemaktivität unterstützt, gibt EnableBluetooth True zurück. Andernfalls gibt EnableBluetooth False zurück.

Plattformunterstützung

Nur unter Android unterstützt.

Siehe auch