System.Beacon.TBeaconManager.DoRegionExit

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoRegionExit(UUID: TGUID; AMajor, AMinor: Integer);

C++

void __fastcall DoRegionExit(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 DoRegionExit löst das Ereignis OnExitRegion aus.

Siehe auch