System.Sensors.Components.TLocationSensor.RegionCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RegionCount: Integer read GetRegionCount;

C++

__property int RegionCount = {read=GetRegionCount, nodefault};

Properties

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

Description

Number of regions in the list of monitored regions.

Platform Support

Regions are only supported on iOS.

See Also