[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Adds a new pointer to the list.
Source position: classesh.inc line 165
public function TFPList.Add( |
Item: Pointer |
):Integer; |
Add adds a new pointer to the list after the last pointer (i.e. at position Count, thus increasing the item count with 1. If the list is at full capacity, the capacity of the list is expanded, using the Grow method.
To insert a pointer at a certain position in the list, use the Insert method instead.
|
Removes a pointer from the list. |
|
|
Inserts a new pointer in the list at a given position. |
No notes exist for this page yet.