TTMSFNCClipBoardFormat Enumeration
Identifies the data format used when reading from or writing to the system clipboard.
API unit family: TMSFNCUtils
Members
| Name | Description |
|---|---|
cfText |
Plain Unicode text. |
cfRTF |
Rich Text Format (RTF) content. |
cfHTML |
HTML-formatted text. |
cfBitmap |
Bitmap image in a cross-platform format. |
cfBitmapWin |
Windows device-independent bitmap (DIB) image. |
cfStream |
Raw binary stream. |
cfRichTextStream |
Rich text content delivered as a memory stream. |