System.Tether.Manager.TTetheringProfile.ProfileType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProfileType: TTetheringProfileType read GetProfileType;

C++

__property System::UnicodeString ProfileType = {read=GetProfileType};

Properties

Type Visibility Source Unit Parent
property published
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

Type of this profile.

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

See Also