System.Sensors.TCustomLightSensor.GetLightSensorType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLightSensorType: TLightSensorType; virtual; abstract;

C++

virtual TLightSensorType __fastcall GetLightSensorType() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLightSensor

Description

Returns the type of TLightSensorType.

See Also