System.Tether.Manager.TTetheringProfiles.RegisterProfile

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

Delphi

class procedure RegisterProfile(const AProfile: TTetheringProfileClass; const AType: TTetheringProfileType);

C++

__classmethod void __fastcall RegisterProfile(const TTetheringProfileClass AProfile, const System::UnicodeString AType);

プロパティ

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


説明

指定されたプロファイル クラスを、指定されたプロファイル タイプを識別子として登録します。

例外

RegisterProfile への呼び出しは、次の例外のいずれかを発生させます:

Exception Exception.Message シナリオ

ETetheringException

プロファイル "<プロファイル タイプ>" は既に登録されています

関連項目