[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Provides access to items in the container by their ordinal position.
Source position: valedit.pas line 76
public property TItemPropList.Items[Index: Integer] : TItemProp |
Items is an indexed TItemProp property that provides access to items in the container by their ordinal position. Index is the ordinal position in the container in the range 0..Count-1.
Items is the default property for the class.
Use Add to append a new item in the container. Use Insert to insert an item in the list at a specific position.
Use Delete to remove an item at a specific position in the container. Use Clear to remove all items in the container.
|
Appends the specified item to the list. |
|
|
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. |
|
|
Number of items in the list for the container. |
Version 4.0 | Generated 2025-05-03 | Home |