ClipboardDataFormat enumeration lists constants used in
IDMApplication3.CanPaste member.
Unlike CanPaste members of other objects, you can use DMApplication
at any time, even if there's no objects such as plot series or label.
Notice that you can pass a combination (sum) of several values.
| Name | Value | Description |
| clpText | 1 | Text data |
| clpRealData | 2 | TRealData Array |
| clpSeries | 4 | Plot series object |
| clpLabel | 8 | Plot label object |
| clpEMF | 16 | Enhanced metafile (for plot labels) |