Icon OnUpdateRecord Event

property OnUpdateRecord: TUpdateRecordEvent

The OnUpdateRecord event is fired when the IProvider support in DBISAM is attempting to apply an update from a TClientDataSet component. Write an event handler for this event to intercept an update before it is applied automatically by DBISAM. This will allow you to provide custom processing for situations where the standard update processing is not sufficient.
Image