TiScope.AddChannel
TiScope
Adds a single channel object to the scope.
function AddChannel : Integer;
Description
Call AddChannel to add a single channel object to the scope. The return value
from the function is a unique index used for manipulating the object. Use the Channel property to get or set the properties of the channel object.
The index value for this object will decrement by one each time a channel
object with a lower index value is deleted.
Example
Delphi
Index := iComponent.AddChannel;
C++ Builder
Index = iComponent->AddChannel();
Contents | Index | Previous | Next