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

説明

プロファイルのタイプを返します。 {{#multireplace:System.Tether.AppProfile.TTetheringAppProfile.GetProfileType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Tether.Manager.TTetheringProfile.GetProfileType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Tether.Manager.TTetheringProfile.GetProfileType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。


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


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

関連項目