Skip to main content

TdxDynamicItemList.DeleteItem(TdxDynamicListItem) Method

Removes the specified item from the list.

Declaration

procedure DeleteItem(const AItem: TdxDynamicListItem);

Parameters

Name Type
AItem TdxDynamicListItem

Remarks

This procedure unlinks a doubly linked item passed as the AItem parameter from two neighboring items and links the items to each other to restore the item chain. Since the DeleteItems procedure does not destroy removed items, you can use it with the InsertItem procedure to move doubly linked items between positional sparse lists.

See Also