System.Beacon.TBeaconManager.DoBeaconError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager


Beschreibung

Die DoBeaconError-Methode löst das OnBeaconError-Ereignis aus.

Siehe auch