System.Sensors.Components.TSensor.OnSensorChoosing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSensorChoosing: TOnSensorChoosing read FOnSensorChoosing write FOnSensorChoosing;

C++

__property TOnSensorChoosing OnSensorChoosing = {read=FOnSensorChoosing, write=FOnSensorChoosing};

Properties

Type Visibility Source Unit Parent
event published
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components TSensor

Description

Occurs when the underlying platform provides a list of hardware sensors of this TSensor instance type.

When you enable an instance of TSensor, this instance requests a list of running sensors of a specific type (the type of the TSensor instance). When the underlying platform returns this list, OnSensorChoosing is triggered to let you choose which specific sensor you want to use in your instance of TSensor.

This event provides the following arguments to its event handler:

See Also