System.Sensors.TCustomSensor.CustomProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CustomProperty[const Prop]: Variant read GetCustomProperty write SetCustomProperty;

C++

__property System::Variant CustomProperty[const void *Prop] = {read=GetCustomProperty, write=SetCustomProperty};

Properties

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

Description

Sensor-specific properties.

A sensor property gives information about the capabilities of the sensor, such as sensitivity, manufacturer, model number, range and if it is accessible without user permissions. The properties provided by this member are properties that the underlying system sensor provides but the sensor class does not publish through any of its other members.

See Also