RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIcon.SaveToClipboardFormat Method

Prevents applications from saving icons to the clipboard.

Pascal
procedure SaveToClipboardFormat(var Format: Word; var Data: THandle; var APalette: HPALETTE); override;
C++
virtual __fastcall SaveToClipboardFormat(Word Format, THandle Data, HPALETTE APalette);

SaveToClipboardFormat is overridden in TIcon because the format is not supported for the Clipboard. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!