![]() |
TPicture.LoadFromClipboardFormat - AData???
Hallo,
da die OH da unzureichend ist, was will TPicture.LoadFromClipboardFormat() als AData-Parameter haben? EDIT: Die Frage hat sich ziemlich erledigt, da ich die funktion gar nicht mehr nutzen will. soll das evtl. ein pointer sein? |
Re: TPicture.LoadFromClipboardFormat - AData???
Abhängig vom vorherigen Parameter, welches definiert welches Format, ein WinAPI Handle in dem jeweiligen Format. Wenn also CF_BITMAP angesagt ist, dann ein HBITMAP Handle als AData.
|
Re: TPicture.LoadFromClipboardFormat - AData???
OK, also zum Beispiel
Delphi-Quellcode:
?
Clipboard.GetasHandle(CF_BITMAP);
|
Re: TPicture.LoadFromClipboardFormat - AData???
Ja, zum Beispiel:
Delphi-Quellcode:
TPicture.LoadFromClipboardFormat(CF_BITMAP, Clipboard.GetAsHandle(CF_BITMAP), 0);
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:37 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz