[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
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.
TTFPObjectList.Remove |
||
|
Extract an object from the list |
|
|
Should the list free elements when they are removed. |
|
TTFPObjectList.Add |
||
TTFPObjectList.Clear |
No notes exist for this page yet.