System.Bluetooth.TBluetoothLEManager.DoEnableBluetooth

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoEnableBluetooth: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoEnableBluetooth() = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


Description

Affiche une activité système spécifique à la plate-forme permettant à l'utilisateur d'activer le Bluetooth.

Si la plate-forme en cours prend en charge l'affichage de cette activité système, DoEnableBluetooth renvoie True. Sinon, DoEnableBluetooth renvoie False.

EnableBluetooth appelle cette fonction.

Prise en charge de la plate-forme

Uniquement prise en charge sur Android.

Voir aussi