System.Sensors.Components.TOnSensorChoosing

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components System.Sensors.Components


説明

TOnSensorChoosing は、センサのリストを提供し、選択したセンサのインデックスを受け取るイベントに使われます。

TOnSensorChoosing 型は、OnSensorChoosing イベントの処理に使用します。

この型は、次のパラメータを受け取ります:

関連項目