System.Tether.Manager.TTetheringProtocols.UnRegisterProtocol

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnRegisterProtocol(const AProtocolType: TTetheringProtocolType);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocols

Description

Unregisters a previously-registered protocol with the specified protocol type from TTetheringProtocols.

After you unregister a protocol you cannot get instances of that protocol, and the type of the protocol is not available in the Protocols property anymore.

See Also