System.Tether.Manager.TTetheringProfile.DoOnAfterConnect

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoOnAfterConnect(const AProfileInfo: TTetheringProfileInfo); virtual;

C++

virtual void __fastcall DoOnAfterConnect(const TTetheringProfileInfo &AProfileInfo);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile


Description

Répartiteur de l'événement OnAfterConnectProfile.

Après la connexion réussie d'un profile distant à un objet TTetheringProfile, DoOnAfterConnect est exécuté.

DoOnAfterConnect reçoit le paramètre AProfileInfo, qui fournit des informations sur le profile distant.

Voir aussi