System.Sensors.TLightSensorType
Delphi
TLightSensorType = (AmbientLight);
C++
enum class DECLSPEC_DENUM TLightSensorType : unsigned char { AmbientLight };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | System.Sensors.pas System.Sensors.hpp |
System.Sensors | System.Sensors |
Description
Type that defines the type of sensor of a TCustomLightSensor.
Instances of this type may have any of the following values:
Item | Description |
---|---|
|
Ambient light sensor. |