System.Sensors.TCustomLocationSensor.OnEnterRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEnterRegion: TRegionProximityEvent read FOnEnterRegion write FOnEnterRegion;

C++

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

Properties

Type Visibility Source Unit Parent
event public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLocationSensor

Description

Occurs when the device running your application enters a region from the list of monitored regions.

This event provides the following arguments to its event handler:

Platform Support

Regions are only supported on iOS.

See Also