System.Sensors.TCustomLightSensor.GetDoubleProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDoubleProperty(Prop: TProperty): Double; virtual;

C++

virtual double __fastcall GetDoubleProperty(TProperty Prop);

Properties

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

Description

Returns the properties that contain Double values.

See Also