Method: Remove for Properties <DataPlugin>
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Methods > Method: Remove for Properties <DataPlugin>
Method: Remove for Properties <DataPlugin>
Deletes one element from the Properties collection.
Object.Remove(PropNameOrIndex)
| Object | Properties <DataPlugin> Object with this method |
| PropNameOrIndex | Variant Specifies the name or the index of the property that is to be deleted. |
The following example deletes the Tester property from the first channel group:
Call Root.ChannelGroups(1).Properties.Remove("Tester")