System.Beacon.TBeaconManager.OnBeaconsExitRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeaconsExitRegion: TBeaconsRegionEvent read FOnBeaconsExitRegion write FOnBeaconsExitRegion;

C++

__property TBeaconsRegionEvent OnBeaconsExitRegion = {read=FOnBeaconsExitRegion, write=FOnBeaconsExitRegion};

Properties

Type Visibility Source Unit Parent
event public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager

Description

Occurs when all the beacons registered in a region are out of reach.

The event occurs for any kind of beacon format.

See Also