RemoveByIndex
Removes the item specified by the Index
parameter from the collection
and releases the reference count to this item.
If there are no other references to the item, this may cause the item to be freed from memory.
The collection triggers the OnChange event.
Syntax
RemoveByIndex (Index As Long)
Parameter | Description |
---|---|
Index |
Possible values 1 to Count: Index of the item to remove |