Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : DELETE-CURRENT-ROW( ) method
 

DELETE-CURRENT-ROW( ) method

Deletes the most recently selected row from a browse and the results list.
Return type: LOGICAL
Applies to: BROWSE widget

Syntax

DELETE-CURRENT-ROW ( )
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.