System.Beacon.Components.TCustomBeacon.OnBeaconsExitRegion

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnBeaconsExitRegion: TBeaconsRegionEvent read FOnBeaconsExitRegion write FOnBeaconsExitRegion;

C++

__property System::Beacon::TBeaconsRegionEvent OnBeaconsExitRegion = {read=FOnBeaconsExitRegion, write=FOnBeaconsExitRegion};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TCustomBeacon


Beschreibung

Tritt ein, wenn alle Beacons, die in einem Bereich registriert sind, sich außerhalb der Reichweite befinden.

Das Ereignis tritt für jede Art von Beacon-Format ein.

Siehe auch