Icon OnUpdateRecord Event

property OnUpdateRecord: TUpdateRecordEvent

The OnUpdateRecord event is fired when the IProvider support in ElevateDB 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 ElevateDB. This will allow you to provide custom processing for situations where the standard update processing is not sufficient.

Information This method is only used in the context of the descendant TEDBTable, TEDBQuery, TEDBScript, and TEDBStoredProc components.
Image