System.Tether.AppProfile.TTetheringAppProfile.GetAllowedProtocolsAdapters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetAllowedProtocolsAdapters: TTetheringProtocolAdapterTypes; override;

C++

__classmethod virtual System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > __fastcall GetAllowedProtocolsAdapters();

Properties

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

Description

Returns an array of pairs of identifiers of protocols and adapters that this application profile supports.

The initialization section of the System.Tether.AppProfile unit registers both the TTetheringAppProfile profile and pairs of protocols and adapters that TTetheringAppProfile supports.

See Also