API:Vcl.Graphics.TBitmap.SaveToClipboardFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToClipboardFormat(var Format: Word; var Data: THandle;  var APalette: HPALETTE); override;

C++

virtual void __fastcall SaveToClipboardFormat(System::Word &Format, NativeUInt &Data, HPALETTE &APalette);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

Description

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

Vcl.Graphics.TBitmap.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