System.Tether.Manager.TTetheringManager.OnPairedFromLocal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPairedFromLocal: TTetheringManagerPairedEvent read FOnPairedFromLocal write FOnPairedFromLocal;

C++

__property TTetheringManagerPairedEvent OnPairedFromLocal = {read=FOnPairedFromLocal, write=FOnPairedFromLocal};

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 started by a remote manager succeeds.

OnPairedFromLocal occurs when the remote manager that starts the pairing request:

The event handler of OnPairedFromLocal receives the following parameters:

  • Sender is your manager.
  • AManagerInfo is an instance of TTetheringManagerInfo with information about the paired remote manager.

See Also