TiStripChart.AddIndexTime

TiStripChart See Also

Adds a new index time and returns a time index used for adding channel data.

function AddIndexTime(Time : Double) : Integer;

Description

Call AddIndexTime passing the new index time. Store the return time index from the function for adding channel data.

Example

Delphi

TimeIndex := iComponent.AddIndexTime(5.5);

C++ Builder

TimeIndex = iComponent->AddIndexTime(5.5);

Note: Each new index time must be greater than the previous index time.

Contents | Index | Previous | Next