Open main menu

RAD Studio API Documentation β

System.Bluetooth.TBluetoothManager.DoEnableBluetooth

Delphi

function DoEnableBluetooth: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoEnableBluetooth(void) = 0 ;

Properties

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

Contents

Description

Shows a platform-specific system activity that allows the user to turn on Bluetooth.

If the current platform supports showing this system activity, DoEnableBluetooth returns True. Otherwise, DoEnableBluetooth returns False.

EnableBluetooth calls this function.

Platform Support

Only supported on Android.

See Also