RemoveByIndex
This method 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 ( As Long)
Parameter | Description |
---|---|
Index |
Index of item to remove Possible values 1 to Count |