Vcl.Graphics.TWICImage.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.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TWICImage

Description

Creates a local copy of the TWICImage in Clipboard format.

Use SaveToClipboardFormat to copy the image to a Clipboard format. The palette is returned in the APalette parameter, the format--in the AFormat parameter, and a handle to the data--in the AData parameter.

TWICImage uses bitmap for its Clipboard format.

See Also