System.Tether.Manager.TTetheringManager.UnRegisterProfile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnRegisterProfile(const AProfile: TTetheringProfile);

C++

void __fastcall UnRegisterProfile(TTetheringProfile* const AProfile);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager

Description

Unregisters the specified profile previously registered in the manager.

See Also