| ImageEn, unit imageenproc |
|
TIECopyPasteType
TIECopyPasteType
Declaration
TIECopyPasteType = (iecpAuto, iecpFullImage, iecpSelection, iecpLayer);
Description
Specifies the source for cut and copy operations, or the destination for paste operations.
When the TImageEnProc is attached to a:
| Class | Description |
| TIEBitmap | Only iecpFullImage is relevant (iecpAuto will have the same effect as iecpFullImage. iecpSelection and iecpLayer will always fail) |
| TImageEnView/TImageEnVect | iecpAuto, iecpFullImage, iecpSelection and iecpLayer are all available |
| TImageEnMView/TImageEnFolderMView | Only iecpFullImage is relevant (iecpAuto will have the same effect as iecpFullImage. iecpSelection and iecpLayer will always fail) |
Used by:
◼CanCutToClipboard
◼CutToClipboard
◼CanCopyToClipboard
◼CopyToClipboard
◼CanPasteFromClipboard
◼PasteFromClipboard