System.Tether.Manager.TTetheringAdapter.AdapterType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AdapterType: TTetheringAdapterType read GetAdapterType;

C++

__property System::UnicodeString AdapterType = {read=GetAdapterType};

プロパティ

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


説明

アダプタのタイプ


TTetheringAdapter は抽象クラスなので、TTetheringAdapter.AdapterType は実装されていません。 TTetheringAdapter のサブクラスで、GetAdapterType をオーバーライドし実装します。

関連項目