System.Beacon.Components.TCustomBeacon.OnBeaconEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeaconEnter: TBeaconEnterExitEvent read FOnBeaconEnter write FOnBeaconEnter;

C++

__property System::Beacon::TBeaconEnterExitEvent OnBeaconEnter = {read=FOnBeaconEnter, write=FOnBeaconEnter};

Properties

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

Description

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

The new beacon is added to a TBeaconList.

See Also