GET-SELECTED-WIDGET( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns the handle of the selected widget in a dialog box, frame, or window.
Return type: HANDLE
Applies to: DIALOG-BOX widget, FRAME widget, WINDOW widget
Syntax
|
- n
- An integer expression that specifies an index to a selected widget in a frame, dialog box, or window.
You can use the NUM-SELECTED-WIDGETS attribute to determine the total number of selected widgets within the frame or window. The order of the selected widgets is unpredictable.