| Kixforms Class Library |
Remove Method (Items Collection) |
Removes the item at the specified index.
Remove( index )
index
The zero-based index of the Item to remove.
When you remove an Item from the collection, the indexes change for subsequent items in the collection. All information about the removed item is deleted. You can use this method to remove a specific item from the collection by specifying the index of the item to remove. To remove all items from the collection, use the Clear method.
Applies To:
Items
| The CHM file was converted to HTML by chm2web software. |