TiScope.DataBlockClear
TiScope
Clears all buffered data from the Channels.
function DataBlockClear : Integer;
Description
Call DataBlockClear to clear all buffered data from the Channel Objects. This
will not, however, erase the display. It will only delete buffered channel
data that has not yet been displayed.
This method is useful in conjunction with the NeedPacketsNow property.
Example
Delphi
iComponent.DataBlockClear;
C++ Builder
iComponent->DataBlockClear();
Contents | Index | Previous | Next