System.Tether.Manager.TTetheringAdapters.UnRegisterAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnRegisterAdapter(const AType: TTetheringAdapterType);

C++

__classmethod void __fastcall UnRegisterAdapter(const System::UnicodeString AType);

Properties

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

Description

Unregisters a previously-registered adapter type.

Units that implement adapter classes usually unregister those classes in their finalization section.

After you unregister an adapter type, the adapter type is no longer available in the list of Adapters.

See Also