System.Sensors.TCustomEnvironmentalSensor.WindSpeed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WindSpeed: Double index TProperty.WindSpeed read GetDoubleProperty;

C++

__property double WindSpeed = {read=GetDoubleProperty, index=4};

Properties

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

Description

Getter for the wind speed, expressed in meters per second.

Platform Support

This property is only supported on Windows.

See Also