[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Appends the specified item to the list.
Source position: valedit.pas line 65
public procedure TItemPropList.Add( |
AValue: TItemProp |
); |
AValue |
|
Item to add to the container. |
Add is a procedure used to append the specified item to the list. Add appends the TItemProp value in AValue to the internal list for the container. Use Items to access the items in the list by their ordinal position.
Use Insert to insert a new item at a specific ordinal position in the list. Use Delete to remove an item in the container. Use Clear to remove all items in the container.
|
Inserts the new item at the specified position in the container. |
|
|
Removes an item in the container at the specified position. |
|
|
Removes all items in the container. |
Version 4.0 | Generated 2025-05-03 | Home |