Single-item data transfers
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Single-item data transfers
Each single-item data transfer moves data between the ABL data item and the clipboard. During a paste operation, all data stored in the clipboard is transferred to the data item. During a cut or copy operation, the value of the ABL data item replaces any and all data in the clipboard.
Clipboard operations are typically invoked by Cut, Copy,
and Paste options on an Edit menu.
You can implement these operations in a general way using the FOCUS system
handle (for more information, see the FOCUS Handle
reference entry in ABL Reference).
This allows you to program two types of actions that:
- Determine what clipboard operations are available (enabled and disabled) at any point
- Specify how each clipboard operation is implemented when it is available