System.Bluetooth.TBluetoothLEManager.EnableBluetooth
Delphi
property EnableBluetooth: Boolean read DoEnableBluetooth;
C++
__property bool EnableBluetooth = {read=DoEnableBluetooth, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEManager |
Description
A platform-specific system activity that allows the user to turn on Bluetooth.
If the current platform supports showing this system activity, EnableBluetooth returns True
. Otherwise, EnableBluetooth returns False
.
Platform Support
Only supported on Android.