System.Beacon.Components.TCustomBeacon.OnEnterRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEnterRegion: TBeaconRegionEvent read FOnEnterRegion write FOnEnterRegion;

C++

__property System::Beacon::TBeaconRegionEvent OnEnterRegion = {read=FOnEnterRegion, write=FOnEnterRegion};

Properties

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

Description

Event which is fired first time a beacon from a region is reachable.

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

See Also