System.Tether.Manager.TTetheringAdapters.UnRegisterAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnRegisterAdapter(const AType: TTetheringAdapterType);

Properties

Type Visibility Source Unit Parent
procedure public System.Tether.Manager.pas 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