System.Beacon.Components.TCustomBeacon.OnBeaconsExitRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeaconsExitRegion: TBeaconsRegionEvent read FOnBeaconsExitRegion write FOnBeaconsExitRegion;

C++

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

Properties

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

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