System.Beacon.TBeaconManager.DoBeaconError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeaconError(AError: TBeaconError; const AMsg: string; const ABeacon: TBeaconInfo);

C++

void __fastcall DoBeaconError(TBeaconError AError, const System::UnicodeString AMsg, const TBeaconInfo &ABeacon);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager

Description

The DoBeaconError method raises the OnBeaconError event.

See Also