System.Beacon.TBeaconManager.OnBeaconsEnterRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeaconsEnterRegion: TBeaconsRegionEvent read FOnBeaconsEnterRegion write FOnBeaconsEnterRegion;

C++

__property TBeaconsRegionEvent OnBeaconsEnterRegion = {read=FOnBeaconsEnterRegion, write=FOnBeaconsEnterRegion};

Properties

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

Description

Occurs when a new beacon is detected within a region.

The event occurs when any kind of beacon is detected.

See Also