System.Sensors.TCustomLocationSensor.OnExitRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnExitRegion: TRegionProximityEvent read FOnExitRegion write FOnExitRegion;

C++

__property TRegionProximityEvent OnExitRegion = {read=FOnExitRegion, write=FOnExitRegion};

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 leaves 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