System.Tether.Manager.TTetheringProfile.DoOnAfterConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnAfterConnect(const AProfileInfo: TTetheringProfileInfo); virtual;

C++

virtual void __fastcall DoOnAfterConnect(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 OnAfterConnectProfile event.

After a remote profile successfully connects to a TTetheringProfile object, DoOnAfterConnect is executed.

DoOnAfterConnect receives the AProfileInfo parameter, which provides information about the remote profile.

See Also