OnNewRecord Event

Applies to
TIB_Dataset

Declaration
TIB_DatasetEvent = Procedure(IB_Dataset: TIB_Dataset ) of object;

Description
This event is called when a record is inserted into a dataset.

The buffer is flagged as unmodified after the changes in this event are made.