Vcl.Imaging.GIFImg.TGIFImage.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.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

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

Vcl.Imaging.GIFImg.TGIFImage.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