System.Beacon.TBeaconErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBeaconErrorEvent = procedure (const Sender: TObject; AError: TBeaconError; const ErrorMsg: string;
const ABeacon: TBeaconInfo) of object;

C++

typedef void __fastcall (__closure *TBeaconErrorEvent)(System::TObject* const Sender, TBeaconError AError, const System::UnicodeString ErrorMsg, const TBeaconInfo &ABeacon);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon

Description

The TBeaconErrorEvent is an event type that is fired when an Beacon Error is detected.

Check AError and ErrorMsg to get more information about the error.

See Also