System.Bluetooth.TBluetoothManager.EnableBluetooth
Delphi
property EnableBluetooth: Boolean read DoEnableBluetooth;
C++
__property bool EnableBluetooth = {read=DoEnableBluetooth, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp  | 
        System.Bluetooth | TBluetoothManager | 
説明
ユーザーが Bluetooth をオンできる、プラットフォーム固有のシステム アクティビティ。
EnableBluetoothDoEnableBluetooth を呼び出します。
サポート対象プラットフォーム
このプロパティは常に、Android では True を、Windows および MAC OS では False を返します。