Object Reference > True DBGrid Events > AfterUpdate Event |
AfterUpdate Event
The AfterUpdate event occurs after changed data has been written to the database from the grid.
TDBGrid_AfterUpdate ( )
Arguments
None
When the user moves to another row, or the Update method of the grid or Recordset object is executed, data is moved from the grid's copy buffer to the Data control's copy buffer and written to the database. Once the write operation is complete, the AfterUpdate event is triggered.
The Bookmark property does not reflect the newly added row because of the row being inserted.
The AfterUpdate event cannot be canceled. It is fired in both bound and unbound modes.