System.Tether.Manager.TTetheringAdapters.GetAdapterInstance

提供:RAD Studio API Documentation

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapters


説明

TTetheringAdapters クラスに登録されている TTetheringAdapter サブクラスのインスタンスのうち、指定されたアダプタ種別に対応するものを返します。

関連項目