API: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 TTetheringProfile.

System.Tether.AppProfile.TTetheringAppProfile.CreateInstance inherits from System.Tether.Manager.TTetheringProfile.CreateInstance. All content below this line refers to System.Tether.Manager.TTetheringProfile.CreateInstance.

Creates and returns an instance of TTetheringProfile.

See Also