Event XbpQuickBrowse():itemSelected Foundation
Left double click or return key is pressed.
Syntax
:itemSelected := {| aRowCol, uNIL, self | ... }
:itemSelected ( <aRowCol> ) --> self
xbeBRW_ItemSelected (1048977)
Parameters
<aRowCol>
<aRowCol> is a two-element array { nRowPos, nColPos } which indicates the row and column position of the cell that is double-clicked with the left mouse button.
Return
The method returns a reference to the XbpQuickBrowse object.
Description
The xbeBRW_ItemSelected event is created when the browse cursor is double clicked with the left mouse button, or when the return key is pressed.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.