API:System.Beacon.Components.TBeacon.OnBeaconsEnterRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeaconsEnterRegion: TBeaconsRegionEvent read FOnBeaconsEnterRegion write FOnBeaconsEnterRegion;

C++

__property OnBeaconsEnterRegion;

Properties

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

Description

Occurs when a new beacon is detected within a region.

System.Beacon.Components.TBeacon.OnBeaconsEnterRegion inherits from System.Beacon.Components.TCustomBeacon.OnBeaconsEnterRegion. All content below this line refers to System.Beacon.Components.TCustomBeacon.OnBeaconsEnterRegion. Occurs when a new beacon is detected within a region.

The event occurs when any kind of beacon is detected within a region.

See Also