DELETE-SELECTED-ROWS( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Deletes all currently selected rows from a browse and the associated results list.
Return type: LOGICAL
Applies to: BROWSE widget
Syntax
|
Note: Do not confuse the
DELETE-SELECTED-ROW
method (note the singular) with the DELETE-SELECTED-ROWS method (note the
plural).This method does not delete the record from the
database and has no effect on the database buffer. If you want to delete the database record
associated with the row, use the DELETE statement.
If the row is successfully deleted, the method returns TRUE.
Note: The
DELETE-SELECTED-ROWS() method cannot be used
together with other assignments in a single ASSIGN statement.