TiStripChart.ChannelCount

TiStripChart See Also

Returns the number of channels.

property ChannelCount : Integer;

Description

Use the ChannelCount property to get the number of channels.

Example

Delphi

Value := iComponent.ChannelCount;

C++ Builder

Value = iComponent->ChannelCount;

Note: This property is read only.

Contents | Index | Previous | Next