System.Tether.Manager.TTetheringProfile.DoOnDisconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnDisconnect(const AProfileInfo: TTetheringProfileInfo); virtual;

C++

virtual void __fastcall DoOnDisconnect(const TTetheringProfileInfo &AProfileInfo);

Properties

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

Description

Dispatcher of the OnDisconnect event.

When your profile is disconnected from a connected remote profile, Disconnect calls DoOnDisconnect.

DoOnDisconnect receives a single parameter, AProfileInfo, which is the disconnected remote profile.

DoOnDisconnect triggers the OnDisconnect, and passes its event handler the following arguments:

See Also