TdxListItem.Deleting Property
Identifies if the List View deletes the item.
Declaration
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