System.Tether.Manager.TTetheringProfiles.UnRegisterProfileProtocolAdapter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure UnRegisterProfileProtocolAdapter(const AProfileType: TTetheringProfileType;
const AProtocol: TTetheringProtocolType; const AnAdapter: TTetheringAdapterType);

C++

__classmethod void __fastcall UnRegisterProfileProtocolAdapter(const System::UnicodeString AProfileType, const System::UnicodeString AProtocol, const System::UnicodeString AnAdapter);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfiles


Beschreibung

Hebt die Registrierung einer zuvor registrierten Kombination von Profiltyp, Protokolltyp und Adaptertyp auf.

Siehe auch