Vcl.Imaging.pngimage.TPNGObject.SaveToClipboardFormat
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. {{#multireplace:Vcl.Imaging.pngimage.TPNGObject.SaveToClipboardFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Graphics.TGraphic.SaveToClipboardFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Graphics.TGraphic.SaveToClipboardFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.