System.Bluetooth.Components.TBluetooth.Enabled

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

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 コンポーネントは、デフォルトでは有効です。

EnabledFalse に設定した場合、コンポーネントは処理中の Classic Bluetooth のオペレーションをいずれも中止し、新たなオペレーションは開始できないようになります。
EnabledTrue に設定した場合、コンポーネントは新たな Classic Bluetooth オペレーションを実行できます。コンポーネントは、以前中止されたオペレーションについては再開することがないため、そのようなオペレーションは手動で再開する必要があります。

関連項目