System.Beacon.TBeaconManager.OnEnterRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEnterRegion: TBeaconRegionEvent read FOnEnterRegion write FOnEnterRegion;

C++

__property TBeaconRegionEvent OnEnterRegion = {read=FOnEnterRegion, write=FOnEnterRegion};

Properties

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

Description

The OnEnterRegion event is fired the first time a beacon from a region is reachable.

See Also