Occurs when a new record is added to the virtual data set.
property OnInsertRecord: TOnModifyRecordEvent;
Write the OnInsertRecord event handler to process insertion of new record in the virtual dataset. When firing the event, the virtual dataset is positioned on the record being inserted.