TiScope.ChannelCount

TiScope

Gets the number of channel objects.

property ChannelCount : Integer;

Description

Use ChannelCount to get the number of channel objects. The ChannelCount value is always one greater than the highest index.

Example

Delphi

Value := iComponent.ChannelCount;

C++ Builder

Value = iComponent->ChannelCount;

Contents | Index | Previous | Next