System.Tether.Manager.TTetheringProfile.DoOnBeforeConnect
Delphi
function DoOnBeforeConnect(const AProfileInfo: TTetheringProfileInfo): Boolean; virtual;
C++
virtual bool __fastcall DoOnBeforeConnect(const TTetheringProfileInfo &AProfileInfo);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringProfile |
Description
Dispatcher of the OnBeforeConnectProfile event.
When a remote profile attempts to connect to a TTetheringProfile object, DoOnBeforeConnect is executed.
DoOnBeforeConnect receives the AProfileInfo
parameter, which provides information about the remote profile.