Vcl.Imaging.jpeg.TJPEGImage.SaveToClipboardFormat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


Delphi

procedure SaveToClipboardFormat(var AFormat: Word; var AData: THandle;  var APalette: HPALETTE); override;

C++

virtual void __fastcall SaveToClipboardFormat(System::Word &AFormat, NativeUInt &AData, HPALETTE &APalette);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage

Beschreibung

Speichert eine JPEG-Grafik in eine Variable im Zwischenablageformat.

Mit SaveToClipboardFormat können Sie die JPEG-Grafik in eine Variable speichern. Die Palette wird dabei im Parameter APalette zurückgeliefert, das Format im Parameter AFormat und die Daten im Parameter AData. Die Grafik kann nur gespeichert werden, wenn das betreffende Format zuvor mit der Methode RegisterClipboardFormat beim TJPEGImage-Objekt registriert wurde.

Siehe auch