System.Bluetooth.Components.TBluetooth.StateConnected
Delphi
property StateConnected: Boolean read GetStateConnected;
C++
__property bool StateConnected = {read=GetStateConnected, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetooth |
説明
現在のアダプタが接続されている場合には True、そうでなければ False を返します。