System.Tether.Manager.TTetheringProfile.GetProfileType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProfileType: TTetheringProfileType; virtual; abstract;

C++

virtual TTetheringProfileType __fastcall GetProfileType() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

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