API:System.Tether.AppProfile.TTetheringAppProfile.DoOnDisconnect

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoOnDisconnect(const AProfileInfo: TTetheringProfileInfo); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

Beschreibung

Dispatcher des Ereignisses OnDisconnect.

System.Tether.AppProfile.TTetheringAppProfile.DoOnDisconnect erbt von System.Tether.Manager.TTetheringProfile.DoOnDisconnect. Der folgende Inhalt bezieht sich auf System.Tether.Manager.TTetheringProfile.DoOnDisconnect.

Dispatcher des Ereignisses OnDisconnect.

Wenn Ihr Profil von einem verbundenen Remote-Profil getrennt wird, ruft Disconnect DoOnDisconnect auf.

DoOnDisconnect erhält einen einzigen Parameter, AProfileInfo, der das getrennte Remote-Profil ist.

DoOnDisconnect löst OnDisconnect aus, und übergibt seiner Ereignisbehandlungsroutine die folgenden Argumente:

Siehe auch