API:System.Tether.AppProfile.TTetheringAppProfile.Disconnect

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure Disconnect(const AProfile: TTetheringProfileInfo); override;

C++

virtual void __fastcall Disconnect(const System::Tether::Manager::TTetheringProfileInfo &AProfile);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

Description

Ferme la connexion entre votre profil et le profil distant spécifié.

System.Tether.AppProfile.TTetheringAppProfile.Disconnect hérite de System.Tether.Manager.TTetheringProfile.Disconnect. Tout le contenu en-dessous de cette ligne se réfère à System.Tether.Manager.TTetheringProfile.Disconnect.

Ferme la connexion entre votre profil et le profil distant spécifié.

Disconnect déclenche l'événement OnDisconnect, puis retire AProfile de la liste des profils distants connectés.

Voir aussi