System.Bluetooth.Components.TBluetooth.Enabled
Delphi
property Enabled: Boolean read FEnabled write SetEnabled;
C++
__property bool Enabled = {read=FEnabled, write=SetEnabled, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | published | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetooth |
説明
コンポーネントの Classic Bluetooth 接続機能が有効か(True)、無効か(False)を示します。
TBluetooth コンポーネントは、デフォルトでは有効です。
Enabled を False に設定した場合、コンポーネントは処理中の Classic Bluetooth のオペレーションをいずれも中止し、新たなオペレーションは開始できないようになります。
Enabled を True に設定した場合、コンポーネントは新たな Classic Bluetooth オペレーションを実行できます。コンポーネントは、以前中止されたオペレーションについては再開することがないため、そのようなオペレーションは手動で再開する必要があります。