System.Sensors.TCustomBiometricSensor.HumanPresence

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HumanPresence: Boolean index TProperty.HumanPresence read GetBooleanProperty;

C++

__property bool HumanPresence = {read=GetBooleanProperty, index=0, nodefault};

Properties

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

Description

Specifies if a human presence is detected.

Platform Support

This property is only supported on Windows.

See Also