System.Sensors.Components.TLocationSensor.RemoveRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveRegion(const Value: TLocationRegion);

C++

void __fastcall RemoveRegion(const System::Sensors::TLocationRegion &Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components TLocationSensor

Description

Removes the specified region from the list of monitored regions.

Platform Support

Regions are only supported on iOS.

See Also