| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Delete an item from the collection.
Source position: classesh.inc line 557
| public procedure TCollection.Delete( | 
| Index: Integer | 
| ); | 
Delete deletes the item at (zero based) position Index from the collection. This will result in a cnDeleted notification.
If an invalid index is specified, an EListError exception is raised.
| 
 | Indexed array of items in the collection. | |
| 
 | Insert an item in the collection. | |
| 
 | Removes all items from the collection. |