System.Tether.AppProfile.TTetheringAppProfile.CreateInstance

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

Delphi

class function CreateInstance(const AManager: TTetheringManager): TTetheringProfile; override;

C++

__classmethod virtual System::Tether::Manager::TTetheringProfile* __fastcall CreateInstance(System::Tether::Manager::TTetheringManager* const AManager);

プロパティ

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


説明

TTetheringAppProfile のインスタンスを作成して返します。

AManager は、TTetheringAppProfile インスタンスのマネージャに、AManagerowner は、TTetheringAppProfile インスタンスの所有者になります。

関連項目