DELETE-CURRENT-ROW( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Deletes the most recently selected row from a browse and the results list.
Return type: LOGICAL
Applies to: BROWSE widget
Syntax
|
This method does not delete the record from the database and has no effect on the database buffer. If you then want to delete the database record associated with the row, use the DELETE statement.
If the row is successfully deleted from the browse and results list, the method returns TRUE.