Method: Remove for ChannelsToProcess
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Methods > Method: Remove for ChannelsToProcess
Method: Remove for ChannelsToProcess
Deletes one element from the ChannelsToProcess collection.
Object.Remove(iIndex)
| Object | ChannelsToProcess Object with this method |
| iIndex | LongInteger Specifies the index of the channel that is to be deleted. |
The following example deletes the second channel from the ChannelsToProcess collection:
Call ProcessedChn.Channels.Remove(2)