TiPlotChannel.ResetElapsedStartTime

TiPlotChannel See Also

Used to set the ElapsedStartTime property to Now.

function ResetElapsedStartTime;

Description

Call the ResetElapsedStartTime method to set the ElapsedStartTime property to Now.

Example

Delphi

iComponent.Channel[0].ResetElapsedStartTime;

C++ Builder

iComponent->Channel[0]->ResetElapsedStartTime();

Contents | Index | Previous | Next