System.Tether.AppProfile.TTetheringAppProfile.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TTetheringAppProfile(System::Classes::TComponent* AOwner);

Properties

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

Description

Creates and initializes an instance of TTetheringAppProfile.

AOwner becomes the owner of the TTetheringAppProfile instance.

See Also