System.Tether.Manager.TTetheringProfile.GetProfileType

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

Delphi

function GetProfileType: TTetheringProfileType; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetProfileType() = 0 ;

プロパティ

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


説明

プロファイルのタイプを返します。


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

関連項目