Occurs when a new record is added to the virtual data set.
Unit
Syntax
Remarks
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.
See Also