Applies To
TQDB, TQDBItem, TQDBView
Declaration
property OnDeleted : TNotifyEvent;
Description
When an item has been deleted from the database the OnDeleted event occurs. Delete removes a key from the list of keys but does not remove the item stored in the physical QDB file. Items are only physically removed when the Pack method is called.