API:Vcl.Imaging.pngimage.TPngImage.SaveToClipboardFormat

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Description

Introduces an abstract method that assigns the graphic to a variable in clipboard format.

Vcl.Imaging.pngimage.TPngImage.SaveToClipboardFormat inherits from Vcl.Graphics.TGraphic.SaveToClipboardFormat. All content below this line refers to Vcl.Graphics.TGraphic.SaveToClipboardFormat.

Introduces an abstract method that assigns the graphic to a variable in clipboard format.

Each descendant graphic object defines a SaveToClipboardFormat method that saves that particular graphic image type to a Clipboard format. An application must have registered the format with the TGraphic object using the RegisterClipboardFormat method.

See Also