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