Vcl.Imaging.pngimage.TPNGObject.SaveToClipboardFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

Type Visibility Source Unit Parent
procedure public Vcl.Imaging.pngimage.pas Vcl.Imaging.pngimage TPNGObject

Description

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

Vcl.Imaging.pngimage.TPNGObject.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