procedure Delete(Index: Integer);
Deletes the item from the list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Integer | start index |
Result: stored in self (calling object)
Remarks:
Deletes the item at position Index from the List and frees the object.
Deletes the item from the list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Integer | start index |
Result: stored in self (calling object)
Deletes the item at position Index from the List and frees the object.