Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : DROP-TARGET attribute
 

DROP-TARGET attribute

(Windows only; Graphical interfaces only)
Indicates whether the widget can accept dropped files.
Data type: LOGICAL
Access: Readable/Writable
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
If DROP-TARGET is TRUE, dragging one or more files over the widget causes the mouse pointer to change to indicate that the widget can accept the files. The default value of DROP-TARGET is FALSE.
For related information, see the reference entries for the DROP-TARGET option of the DEFINE BROWSE statement, DEFINE BUTTON statement, DEFINE FRAME statement, and DEFINE VARIABLE statement.