DESELECT-SELECTED-ROW( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Deselects the nth selected row in a browse.
Return type: LOGICAL
Applies to: BROWSE widget
Syntax
|
- n
- An integer expression that specifies a selected row within the browse.
The AVM maintains a numbered list of selected rows, starting at 1. When the DESELECT-SELECTED-ROW( n ) method is encountered, the AVM searches this list to find the nth selected row. If the row is successfully deselected, the method returns TRUE.