GET-DROPPED-FILE( ) method
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
(Windows only; Graphical interfaces only)
Returns the name of the dropped file indicated by the index parameter.
Return type: CHARACTER
Applies to: BROWSE widget, BUTTON widget, COMBO-BOX widget, DIALOG-BOX widget, EDITOR widget, FILL-IN widget, FRAME widget, RADIO-SET widget, SELECTION-LIST widget, SLIDER widget, TOGGLE-BOX widget, WINDOW widget
Syntax
|
- index
- An integer expression that specifies the ordinal number of a
dropped file. If index is less than 1 or greater
than the number of dropped files (as indicated by NUM-DROPPED-FILES), GET-DROPPED-FILE( )
returns the Unknown value (
?). If there is no current drag-and-drop operation, GET-DROPPED-FILE( ) returns the Unknown value (?).
The returned filename can contain Unicode characters. See Internationalize ABL Applications for more information about Unicode.