System.Beacon.TBeaconManager.OnBeaconEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeaconEnter: TBeaconEnterExitEvent read FOnBeaconEnter write FOnBeaconEnter;

C++

__property TBeaconEnterExitEvent OnBeaconEnter = {read=FOnBeaconEnter, write=FOnBeaconEnter};

Properties

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

Description

The OnBeaconEnter event is fired every time a new beacon is reachable.

The new beacon is added to a TBeaconList.

See Also