AVAILABLE-FORMATS attribute
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
A comma-separated list of names that specify the formats available for the data currently stored in the clipboard.
Data type: CHARACTER
Access: Read-only
Applies to: CLIPBOARD system handle
If there are no formats available, the attribute
returns the Unknown value (?). The supported formats include:
-
PRO_TEXT— Specifies the standard text format on your system (CF_TEXTin Windows) -
PRO_MULTIPLE— Specifies that the data in the clipboard contains tab or newline characters, and thus can be read as multiple items
For more information, see the reference entry for the CLIPBOARD system handle.