System.Tether.Manager.TTetheringProtocols.UnRegisterProtocol

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

Delphi

class procedure UnRegisterProtocol(const AProtocolType: TTetheringProtocolType);

C++

__classmethod void __fastcall UnRegisterProtocol(const System::UnicodeString AProtocolType);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocols


説明

指定されたプロトコル種別登録済みの プロトコルTTetheringProtocols から登録解除します。

いったんプロトコルを登録解除すれば、そのプロトコルのインスタンスを取得できず、そのプロトコルの種類も Protocols プロパティではもう得られません。

関連項目