System.Tether.Manager.TTetheringProfile.GetAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAdapter(AnAdapterType: TTetheringAdapterType): TTetheringAdapter; virtual;

C++

virtual TTetheringAdapter* __fastcall GetAdapter(System::UnicodeString AnAdapterType);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

Returns an instance of a subclass of TTetheringAdapter of the specified adapter type that is supported by the manager of your profile.

See Also