Clipboard.Paste (gb.qt4)
Static Function Paste ( [ Format As String ] ) As Variant
Returns the clipboard contents.
If the clipboard is void, or if its contents
cannot be interpreted, returns
NULL.
You can specify with the
Format argument the wanted format of the data
as a MIME type.
Support for URIs
Since 3.18
If
Format is
"text/uri-list"
, then the method returns a string array of file paths corresponding to the decoded URIs.