You can move a DIB to the Clipboard using the ToClipboard function, which takes a reference to a TClipboard object as a parameter.
Because ToClipboard actually removes the object from your application, you should usually use a TDib constructor to create a temporary object, as follows:
See Also