Occurs when a record is deleted from the virtual data set.
property OnDeleteRecord: TOnDeleteRecordEvent;
Write the OnDeleteRecord event handler to process deletion of a record from the virtual dataset. When firing the event, the virtual dataset sends the record number of the record being deleted into the event handler.