System.Sensors.TCustomBiometricSensor.AvailableProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AvailableProperties: TProperties read GetAvailableProperties;

C++

__property TProperties AvailableProperties = {read=GetAvailableProperties, nodefault};

Properties

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

Description

List of properties that this specific sensor can provide.

Not all system sensors can provide TCustomBiometricSensor the information for all its properties. Only properties in the AvailableProperties set are usable and have valid values.

Before you read the properties of TCustomBiometricSensor, you must check whether or not the target properties are in the AvailableProperties set. See:

See Also