System.Tether.Manager.TTetheringProfile.OnDisconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDisconnect: TTetheringProfileEvent read FOnDisconnect write FOnDisconnect;

C++

__property TTetheringProfileEvent OnDisconnect = {read=FOnDisconnect, write=FOnDisconnect};

Properties

Type Visibility Source Unit Parent
event published
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

Occurs when your profile is disconnected from a connected remote profile.

The event handler of OnDisconnect receives the following parameters:

See Also