Back to Devexpress

TdxListItems.Delete(Integer) Method

vcl-dxlistview-dot-tdxlistitems-dot-delete-x28-system-dot-integer-x29.md

latest682 B
Original Source

TdxListItems.Delete(Integer) Method

Deletes the item with the specified index.

Declaration

delphi
procedure Delete(AIndex: Integer);

Parameters

NameTypeDescription
AIndexInteger

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

TdxListItems Class

TdxListItems Members

dxListView Unit