System.Sensors.Components.TOnSensorChoosing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOnSensorChoosing = procedure (Sender: TObject; const Sensors: TSensorArray; var ChoseSensorIndex: Integer) of object;

C++

typedef void __fastcall (__closure *TOnSensorChoosing)(System::TObject* Sender, const System::Sensors::TSensorArray Sensors, int &ChoseSensorIndex);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components System.Sensors.Components

Description

TOnSensorChoosing is used for events that provide a list of sensors and expect an index of a selected sensor.

The TOnSensorChoosing type is used to handle the OnSensorChoosing event.

This type receives the following parameters:

See Also