Application Mode > Application Mode Programming Considerations > Updating and deleting rows in mode 3 |
In application mode, or in any other mode, you can update a row in code and force the ClassicWrite (or ClassicAdd) event to fire by applying the grid's Update method:
Example Title |
Copy Code
|
---|---|
TDBGrid1.Update |
Similarly, you can delete a row in code and force the ClassicDelete event to fire by applying the grid's Delete method:
Example Title |
Copy Code
|
---|---|
TDBGrid1.Delete |