System.Beacon.TBeaconManager.OnBeaconExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeaconExit: TBeaconEnterExitEvent read FOnBeaconExit write FOnBeaconExit;

C++

__property TBeaconEnterExitEvent OnBeaconExit = {read=FOnBeaconExit, write=FOnBeaconExit};

Properties

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

Description

The OnBeaconExit event is fired every time a beacon becomes unreacheable.

The Beacon is removed from the TBeaconList.

See Also