System.Beacon.Components.TBeacon.OnBeaconEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeaconEnter;

C++

__property OnBeaconEnter;

Properties

Type Visibility Source Unit Parent
event published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

Description

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

System.Beacon.Components.TBeacon.OnBeaconEnter inherits from System.Beacon.Components.TCustomBeacon.OnBeaconEnter. All content below this line refers to System.Beacon.Components.TCustomBeacon.OnBeaconEnter.

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

The new beacon is added to a TBeaconList.

See Also