Vcl.Imaging.jpeg.TJPEGImage.SaveToClipboardFormat

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage


Description

Ecrit une image jpeg dans une variable au format du Presse-papiers.

Utilisez la méthode SaveToClipboardFormat pour enregistrer l'image jpeg dans une variable. La palette est renvoyée comme valeur du paramètre APalette, le format comme paramètre AFormat et les données comme paramètre AData. Avant que l'image jpeg puisse être enregistrée, une application doit avoir recensé le format avec l'objet TJPEGImage en utilisant la méthode RegisterClipboardFormat.

Voir aussi