System.Sensors.TCustomBiometricSensor.HumanProximity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HumanProximity: Double index TProperty.HumanProximity read GetDoubleProperty;

C++

__property double HumanProximity = {read=GetDoubleProperty, index=1};

Properties

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

Description

Specifies the distance in meters between the computer and the human.

Platform Support

This property is only supported on Android and Windows.

See Also