TiStripChart.OnDataUpdate

TiStripChart See Also

Occurs when any Channel Data is changed or the ClearData method is called. If BeginUpdate is called before Channel Data is changed or the ClearData method is called, then this event will not fire until EndUpdate is called.

property OnDataUpdate : TNotifyEvent;

Description

Use OnDataUpdate to specify actions to perform when any Channel Data is changed or the ClearData method is called.

Contents | Index | Previous | Next