System.Sensors.TCustomOrientationSensor.UpdateInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdateInterval: Double read GetUpdateInterval write SetUpdateInterval;

C++

__property double UpdateInterval = {read=GetUpdateInterval, write=SetUpdateInterval};

Properties

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

Description

Determines how often sensor data is updated in microseconds.

See Also