System.Tether.Manager.TTetheringAdapter.AdapterType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AdapterType: TTetheringAdapterType read GetAdapterType;

C++

__property System::UnicodeString AdapterType = {read=GetAdapterType};

Properties

Type Visibility Source Unit Parent
property public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Type of this adapter.

TTetheringAdapter.AdapterType is not implemented because TTetheringAdapter is an abstract class. Subclasses of TTetheringAdapter override and implement GetAdapterType.

See Also