System.Sensors.TCustomBiometricSensor.Touch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Touch: Boolean index TProperty.Touch read GetBooleanProperty;

C++

__property bool Touch = {read=GetBooleanProperty, index=2, nodefault};

Properties

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

Description

Specifies if the sensor is being touched.

Platform Support

This property is only supported on Windows.

See Also