System.Tether.Manager.TTetheringProfile.DoOnBeforeConnect

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoOnBeforeConnect(const AProfileInfo: TTetheringProfileInfo): Boolean; virtual;

C++

virtual bool __fastcall DoOnBeforeConnect(const TTetheringProfileInfo &AProfileInfo);

Propriétés

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


Description

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

Quand un profil distant tente de se connecter à un objet TTetheringProfile, DoOnBeforeConnect est exécuté.

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

Voir aussi