System.Tether.Manager.TTetheringAdapter.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TTetheringAdapter();

Properties

Type Visibility Source Unit Parent
destructor public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Destroys this instance of TTetheringAdapter.

TTetheringAdapter frees the associated memory of the created TTetheringManagerInfoList and TTetheringProfileInfoList objects.

See Also