- 帖子
- 909
- 积分
- 1215
- 技术
- 3
- 捐助
- 0
- 注册时间
- 2018-1-17
|
3楼
发表于 2020-5-16 15:32
| 只看该作者
回复 2# wujunkai
Delphi如何判断Clipboard剪切板中的内容的类型
如何判断剪切板中中的内容的类型,是image 是text 是wav
Some of the possible values of the Format parameter follow. HasFormat
supports additional formats provided by Windows or by other
applications as well as custom formats registered with
TPicture.RegisterCliPBoardFormat.
Value Meaning
CF_TEXT Text wITh a CR-LF combination at the end of each line. A
null character identifies the end of the text.
CF_BITMAP A Windows bITmap graphic.
CF_METAFILEPICT A Windows metafile graphic.
CF_PICTURE An object of type TPicture.
CF_COMPONENT Any persistent object.
===========
我搜一下,好像剪贴板是有类型的。也不知道python是否给包进去了? |
|