Method: Remove for Elements <DataPlugin>
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Methods > Method: Remove for Elements <DataPlugin>
Method: Remove for Elements <DataPlugin>
Deletes one element from the Elements collection.
Object.Remove(iIndex)
| Object | Elements <DataPlugin> Object with this method |
| iIndex | LongInteger Specifies the index of the element that is to be deleted. |
The following example deletes the first element from the Elements selection list:
Call StoreElements.Remove(1)