TiPlotComponent.ChannelCount
TiPlotComponent See Also
Gets the number of channel objects.
function 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