TiStripChart.ResetElapsedStartTime

TiStripChart See Also

Resets the internal ElapsedStartTime variable to now.

procedure ResetElapsedStartTime;

Description

Use ResetElapsedStartTime to reset the internal ElapsedStartTime variable to now. Normally, you would call this method when you begin data collection, and then begin calling AddIndexTimeElpasedNow which uses this value as a reference for calculating the elapsed time in seconds.

Example

Delphi

iComponent.ResetElapsedStartTime;

C++ Builder

iComponent->ResetElapsedStartTime();

Contents | Index | Previous | Next