System.Tether.Manager.TTetheringProfile.Disconnect

From RAD Studio API Documentation
Revision as of 10:05, 20 June 2014 by AChaves (talk | contribs) (50840)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure Disconnect(const AProfile: TTetheringProfileInfo); virtual;

C++

virtual void __fastcall Disconnect(const TTetheringProfileInfo &AProfile);

Properties

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

Description

Closes the connection between your profile and the specified remote profile.

Disconnect triggers the OnDisconnect event and then removes AProfile from the list of connected remote profiles.

See Also