RAD Studio XE3 includes new classes for identifying, managing and using any sensors that are available on your target Windows and Mac computers. In this blog post I show you how to list all of the sensors that are available on a computer (you can do this using Delphi and C++Builder). Delphi XE3 and C++Builder XE3 include the new the new System.Sensors unit.
From the unit, the categories of sensors (TSensorCategory) are:
Location
Environmental
Motion
Orientation
Mechanical
Elec...