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

TdxListItem.Deleting Property

Identifies if the List View deletes the item.

Declaration

property Deleting: Boolean read;

Property Value

Type Description
Boolean

True if the item is about to be deleted; otherwise, False.

Remarks

You can use this property in the List View’s OnDeletion event handler to identify the items that the control deletes.

See Also