API:System.Tether.AppProfile.TTetheringAppProfile.GetProfileType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProfileType: TTetheringProfileType; override;

C++

virtual System::UnicodeString __fastcall GetProfileType();

Properties

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

Description

Returns the type of this profile.

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

Returns the type of this profile.

TTetheringProfile.GetProfileType is not implemented because TTetheringProfile is an abstract class. Subclasses of TTetheringProfile override and implement GetProfileType.

See Also