System.Tether.Manager.TTetheringManager.OnEndAutoConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEndAutoConnect: TNotifyEvent read FOnEndAutoConnect write FOnEndAutoConnect;

C++

__property System::Classes::TNotifyEvent OnEndAutoConnect = {read=FOnEndAutoConnect, write=FOnEndAutoConnect};

Properties

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

Description

Occurs when a pairing operation is aborted and the aborted pairing operation was the last pairing operation remaining of an automatic connection process.

The event handler of OnEndAutoConnect receives a single parameter, Sender, which is your manager.

See Also