System.Tether.Manager.TTetheringAdapters.GetAdapterInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetAdapterInstance(const AType: TTetheringAdapterType): TTetheringAdapter;

C++

__classmethod TTetheringAdapter* __fastcall GetAdapterInstance(const System::UnicodeString AType);

Properties

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

Description

Returns an instance of the TTetheringAdapter subclass registered in the TTetheringAdapters class with the specified adapter type.

See Also