System.Beacon.Components.TBeacon.OnExitRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnExitRegion: TBeaconRegionEvent read FOnExitRegion write FOnExitRegion;

C++

__property OnExitRegion;

Properties

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

Description

Event which is fired when all registered beacons on a region are out of reach.

System.Beacon.Components.TBeacon.OnExitRegion inherits from System.Beacon.Components.TCustomBeacon.OnExitRegion. All content below this line refers to System.Beacon.Components.TCustomBeacon.OnExitRegion.

Event which is fired when all registered beacons on a region are out of reach.

The OnExitRegion event is fired when all registered beacons on a region are out of reach.

See Also