[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Delete an item from the collection.
Source position: classesh.inc line 415
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 exception is raised.
|
Indexed array of items in the collection. |
|
|
Insert an item in the collection. |
|
|
Removes all items from the collection. |
No notes exist for this page yet.