Occurs when a record is modified in the virtual data set.
property OnModifyRecord: TOnModifyRecordEvent;
Write the OnModifyRecord event handler to process modification of a record in the virtual dataset. When firing the event, the virtual dataset is positioned on the record being modified.