TdxCustomSmartImage.CutToClipboard Method
Moves the stored image to the clipboard.
Declaration
procedure CutToClipboard;
Remarks
The CopyToClipboard, CutToClipboard, and PasteFromClipboard, procedures are designed to transfer image data between the Smart Image container and the clipboard.
The CutToClipboard procedure calls the CopyToClipboard and Clear procedures consecutively.
See Also