System.Beacon.TBeaconManager.DoBeaconEnter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoBeaconEnter(const ABeacon: IBeacon; const CurrentBeaconList: TBeaconList);

C++

void __fastcall DoBeaconEnter(const _di_IBeacon ABeacon, const TBeaconList CurrentBeaconList);

Eigenschaften

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


Beschreibung

Die Methode DoBeaconEnter löst das Ereignis OnBeaconEnter aus.

Siehe auch