API:System.Tether.AppProfile.TTetheringAppProfile.GetProfileType

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

Delphi

function GetProfileType: TTetheringProfileType; override;

C++

virtual System::UnicodeString __fastcall GetProfileType();

プロパティ

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

説明

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

System.Tether.AppProfile.TTetheringAppProfile.GetProfileType は System.Tether.Manager.TTetheringProfile.GetProfileType を継承しています。以下の内容はすべて System.Tether.Manager.TTetheringProfile.GetProfileType を参照しています。


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


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

関連項目