Open main menu

RAD Studio API Documentation β

System.Beacon.Components.TCustomBeacon.OnBeaconExit

Delphi

property OnBeaconExit: TBeaconEnterExitEvent read FOnBeaconExit write FOnBeaconExit;

C++

__property System::Beacon::TBeaconEnterExitEvent OnBeaconExit = {read=FOnBeaconExit, write=FOnBeaconExit};

Properties

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

Description

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

See Also