TiScope.RemoveAllChannels

TiScope

Removes all channel objects.

procedure RemoveAllChannels;

Description

Call RemoveAllChannels to remove all channel objects. To delete a specific channel object, call DeleteChannel.

Example

Delphi

iComponent.RemoveAllChannels;

C++ Builder

iComponent->RemoveAllChannels();

Contents | Index | Previous | Next