cfs icon indicating copy to clipboard operation
cfs copied to clipboard

Change project to use OLE clipboard and IDataObject for accessing clipboard

Open delphidabbler opened this issue 11 years ago • 2 comments

Currently the project accesses the clipboard using the Delphi VCL Clipboard object and the old procedural clipboard API.

It could be changed to use the OLE clipboard API and IDataObject to read data from the clipboard, pssoibly giving access to a wider range of media types.

The clipboard data's TYMED could be displayed in the list view.

delphidabbler avatar Aug 12 '14 08:08 delphidabbler

See also issue #1 that suggests using the revised Clipboard Format Viewer component.

Need to decide between these two approaches.

delphidabbler avatar Feb 23 '15 01:02 delphidabbler

Not to be fixed - project archived

delphidabbler avatar Sep 29 '21 09:09 delphidabbler