[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Inserts a new pointer in the list at a given position.
|
Position where to insert |
|
|
Pointer to be inserted. |
Insert inserts pointer Item at position Index in the list. All pointers starting from Index are shifted to the right.
If Index is not a valid position, then a EListError exception is raised.
|
Adds a new pointer to the list. |
|
|
Removes a pointer from the list. |