API:System.Beacon.Components.TBeacon.OnBeaconsExitRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeaconsExitRegion: TBeaconsRegionEvent read FOnBeaconsExitRegion write FOnBeaconsExitRegion;

C++

__property OnBeaconsExitRegion;

Properties

Type Visibility Source Unit Parent
event published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

Description

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

System.Beacon.Components.TBeacon.OnBeaconsExitRegion inherits from System.Beacon.Components.TCustomBeacon.OnBeaconsExitRegion. All content below this line refers to System.Beacon.Components.TCustomBeacon.OnBeaconsExitRegion. Occurs when all the beacons registered in a region are out of reach.

The event occurs for any kind of beacon format.

See Also