System.Sensors.TCustomSensor.OnDataChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDataChanged: TNotifyEvent read FOnDataChanged write FOnDataChanged;

C++

__property System::Classes::TNotifyEvent OnDataChanged = {read=FOnDataChanged, write=FOnDataChanged};

Properties

Type Visibility Source Unit Parent
event public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomSensor

Description

Occurs when the data measured by the sensor changes.

This event only provides one argument to its event handler, Sender, which is the sensor whose data changed.

See Also