- Delete is a procedure used to deletes an item/object association stored at the specified position in the List. When List has a length greater than the value in Index+1, the Move routine in the
Delete decrements the value in Count. The Shrink method is called when Capacity is larger than four (4) times the new value in Count. @@ -483,7 +483,7 @@ Move is a procedure used to relocate the association stored at the position in CurIndex to the position in NewIndex. No actions are performed in the method when CurIndex and Index contain the same value.
- Move gets the T2Pointer stored at the position in CurIndex from the List. Move call the Move routine in the
The T2Pointer is reassigned to the position in NewIndex. @@ -589,7 +589,7 @@ Count is an Integer property which indicates the number of item/object associations currently stored in the List. Changing the value in Count causes Capacity to be updated when Count exceeds the value in Capacity.
- The value in Count is maintained in method which add or remove item/object associations in List, such as: Add, AddObject, Insert, InsertObject, Delete, Remove, Clear and Pack. + The value in Count is maintained in method which add or remove item/object associations in List, such as: Add, AddObject, Insert, InsertObject, Delete, Remove, Clear and Pack.