System.Sensors.TSensorManager.Sensors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Sensors[Index: Integer]: TCustomSensor read GetSensor; default;

C++

__property TCustomSensor* Sensors[int Index] = {read=GetSensor/*, default*/};

Properties

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

Description

List of sensors handled by the sensor manager.

You can use this property to get a sensor given its ID. You can alternatively obtain a list of sensors using GetSensorsByCategory or GetSensorsByFilter.

See Also