System.Tether.AppProfile.TTetheringAppProfile.CreateInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

Description

Creates and returns an instance of TTetheringAppProfile.

AManager becomes the manager of the TTetheringAppProfile instance, and the owner of AManager becomes the owner of the TTetheringAppProfile instance.

See Also