ComponentOne True DBGrid Pro 8
AfterUpdate Event

 

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.

Syntax

TDBGrid_AfterUpdate ( )

Arguments

None

Remarks

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.

See Also

TDBGrid Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback