System.Beacon.TBeaconManager.DoRegionEnter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoRegionEnter(const UUID: TGUID; AMajor, AMinor: Integer);

C++

void __fastcall DoRegionEnter(const GUID &UUID, int AMajor, int AMinor);

Eigenschaften

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


Beschreibung

Die Methode DoRegionEnter löst das Ereignis OnEnterRegion aus.

Siehe auch