[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Removes all items in the container.
Source position: valedit.pas line 67
public procedure TItemPropList.Clear; |
Clear is a procedure used to remove all items in the container. Clear calls the TFPObjectList.Clear method to remove all TItemProp instances stored in the list.
Use Delete or Insert to append or insert a new item for the list.
|
Removes an item in the container at the specified position. |
|
|
Inserts the new item at the specified position in the container. |
Version 4.0 | Generated 2025-05-03 | Home |