System.Tether.AppProfile.TTetheringAppProfile.CreateInstance

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


Beschreibung

Erstellt eine Instanz von TTetheringAppProfile und gibt sie zurück.

AManager wird Manager der TTetheringAppProfile-Instanz und der Eigentümer von AManager wird Eigentümer der TTetheringAppProfile-Instanz.

Siehe auch