[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Delete an element from the list.
Source position: contnrs.pp line 48
public procedure TFPObjectList.Delete( |
Index: Integer |
); |
Index |
|
Index of the object to delete. |
Delete removes the object at index Index from the list. When OwnsObjects is True, the object is also freed.
An access violation may occur when OwnsObjects is True and either the object was freed externally, or when the same object is in the same list twice.
|
Remove an item from the list. |
|
|
Extract an object from the list |
|
|
Should the list free elements when they are removed. |
|
|
Add an object to the list. |
|
|
Clear all elements in the list. |