System.Tether.Manager.TTetheringProtocol.IsConnected

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

Delphi

property IsConnected: Boolean read GetIsConnected;

C++

__property bool IsConnected = {read=GetIsConnected, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocol


説明

プロトコルが接続されている(True)または、されていない(False)かを識別します。

関連項目