System.Bluetooth.TBluetoothLEManager.EnableBluetooth

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property EnableBluetooth: Boolean read DoEnableBluetooth;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


説明

ユーザーが Bluetooth をオンできる、プラットフォーム固有のシステム アクティビティ。

EnableBluetoothDoEnableBluetooth を呼び出します。

サポート対象プラットフォーム

このプロパティは常に、Android では True を、Windows および MAC OS では False を返します。

関連項目