System.Beacon.Components.TCustomBeacon.OnExitRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnExitRegion: TBeaconRegionEvent read FOnExitRegion write FOnExitRegion;

C++

__property System::Beacon::TBeaconRegionEvent OnExitRegion = {read=FOnExitRegion, write=FOnExitRegion};

Properties

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

Description

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