[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Delete an object from the list.
Source position: contnrs.pp line 314
public procedure TFPHashObjectList.Delete( |
Index: Integer |
); |
Index |
|
Index of object to remove from the list |
Delete deletes the object at position Index. If OwnsObjects is True, then the object itself is also freed from memory.
|
Extract a object instance from the list |
|
|
Remove first occurrence of a object instance |
|
|
Add a new key/data pair to the list |
|
|
Does the list own the objects it contains |