Skip to main content
A newer version of this page is available. .

TdxListItems.Delete(Integer) Method

Deletes the item with the specified index.

Declaration

procedure Delete(AIndex: Integer);

Parameters

Name Type Description
AIndex Integer

An item index.

Remarks

Note

A Delete procedure call does not destroy an object whose pointer is stored in the item’s Data property.

See Also