System Clipboard
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The system clipboard is a feature provided on most
window systems that allows the user to transfer data between one widget (or application) and
another using standard mouse and keyboard operations. Each application typically provides some
form of program support for how these operations interact with it. You can provide this
support in a OpenEdge application using the CLIPBOARD system
handle.
ABL (Advanced Business Language) supports clipboard operations between OpenEdge and other applications in Windows. In character mode, ABL supports clipboard operations within a OpenEdge application. For more information on how clipboard operations work in Windows, see the Microsoft Windows User's Guide.