und des aBmp muss ein TBitmap sein.
Delphi-Quellcode:
img: TBitmap;
img := TBitmap.create;
if clip.HasFormat(CF_BITMAP) then
begin
img.LoadFromClipboardFormat(CF_Bitmap,clip.GetAsHandle(CF_Bitmap),0);
clip.Clear;
end;
[edit=r_kerber]Delphi-Tags eingefügt. Mfg, r_kerber[/edit]