SaveToClipboardFormat
Description
The SaveToClipboardFormat
method for using in the TsgCADdxfImage
descendant class only. This function creates a local copy in Clipboard format. The palette is returned in the Pal
parameter, the format in the Fmt
parameter, and a handle to the data in the Data
parameter.
Parameter | Type | Description |
---|---|---|
Fmt | Word | A format. set this parameter as CF_DXF |
Data | THandle | A handle to the data |
Pal | HPALETTE | A pallete |
Syntax
procedure SaveToClipboardFormat(var Fmt: Word; var Data: THandle; var Pal: HPALETTE); override;