TdxListItem.Deleting Property
In This Article
Identifies if the List View deletes the item.
#Declaration
Delphi
property Deleting: Boolean read;
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
You can use this property in the List View’s OnDeletion event handler to identify the items that the control deletes.
See Also