Unbound Mode > Unbound Mode Programming Considerations > Updating and deleting rows in modes 1 and 2 |
In unbound mode, you can update a row in code and force the UnboundWriteData event to fire by calling the grid's Update method:
Example Title |
Copy Code
|
---|---|
TDBGrid1.Update |
Similarly, you can delete a row in code and force the UnboundDeleteRow event to fire by calling the grid's Delete method:
Example Title |
Copy Code
|
---|---|
TDBGrid1.Delete |