System.Tether.Manager.TTetheringManager.OnError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnError: TTetheringNotifyErrorEvent read FOnError write FOnError;

C++

__property TTetheringNotifyErrorEvent OnError = {read=FOnError, write=FOnError};

Properties

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

Description

The event handler for tethering errors.

This event handlers accept the following parameters:

The OnError event handler is of type TTetheringNotifyErrorEvent

The following methods may raise this error:

In all of the above cases, the AError parameter is TTetheringError.InitAdapterError.

See Also