API:System.Tether.AppProfile.TTetheringAppProfile.DoOnDisconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnDisconnect(const AProfileInfo: TTetheringProfileInfo); override;

C++

virtual void __fastcall DoOnDisconnect(const System::Tether::Manager::TTetheringProfileInfo &AProfileInfo);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

Description

Dispatcher of the OnDisconnect event.

System.Tether.AppProfile.TTetheringAppProfile.DoOnDisconnect inherits from System.Tether.Manager.TTetheringProfile.DoOnDisconnect. All content below this line refers to System.Tether.Manager.TTetheringProfile.DoOnDisconnect.

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