[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Removes an item in the container at the specified position.
Source position: valedit.pas line 68
public procedure TItemPropList.Delete( |
Index: Integer |
); |
Index |
|
Ordinal position for the item. |
Delete is a procedure used to remove an item in the container at the specified position. Index is the ordinal position for the item in the range 0..Count-1.
Use Clear to remove all items in the container.
Use Add or Insert to store an item in the container.
|
Removes all items in the container. |
|
|
Appends the specified item to the list. |
|
|
Inserts the new item at the specified position in the container. |
Version 4.0 | Generated 2025-05-03 | Home |