System.Sensors.TCustomMotionSensor.Motion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Motion: Double index TProperty.Motion read GetDoubleProperty;

C++

__property double Motion = {read=GetDoubleProperty, index=6};

Properties

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

Description

Specifies whether the device is currently in motion (True) or not (False).

Platform Support

This property is only supported on Windows.

See Also