System.Sensors.Components.TOnSensorChoosing

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

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


Description

TOnSensorChoosing est utilisé pour les événements qui fournissent une liste de détecteurs et attendent l'index correspondant à un détecteur sélectionné.

Le type TOnSensorChoosing est utilisé pour gérer l'événement OnSensorChoosing.

Ce type reçoit les paramètres suivants :

Voir aussi