System.Sensors.Components.TLocationSensor.Regions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Regions[const AIndex: Integer]: TLocationRegion read GetRegion;

C++

__property System::Sensors::TLocationRegion Regions[const int AIndex] = {read=GetRegion};

Properties

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

Description

List of regions monitored by the location sensor.

This property is a wrapper for TCustomLocationSensor.Regions.

See Also