TiPlotChannelCustom.Clear
TiPlotChannelCustom See Also
Used to clear all channel data.
function Clear;
Description
Call the Clear method to clear all channel data. If the ring buffer feature is
not enabled, the buffer capacity is also set to 0.
Example
Delphi
iComponent.Channel[0].Clear;
C++ Builder
iComponent->Channel[0]->Clear();
Contents | Index | Previous | Next