System.Bluetooth.TBluetoothLEManager.EnableBluetooth
Delphi
property EnableBluetooth: Boolean read DoEnableBluetooth;
C++
__property bool EnableBluetooth = {read=DoEnableBluetooth, nodefault};
Inhaltsverzeichnis
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.