![]() |
![]() ![]() ![]() |
acClipboard
|
property ClipboardBitmap: TBitmap;
|
The ClipboardBitmap property used to retrieve or put the bitmap image to the clipboard.
|
|
You can read or modify the ClipboardBitmap as usual TBitmap object (you can even paint by canvas of ClipboardBitmap at run-time, or load image at design-time) and the clipboard will imediately reflect all changes (also triggering OnChange event, if Active property is True).
|
![]() |
Active, AvailableFormats, ClipboardFiles and ClipboardText properties;
|
HasFormat, Clear, GetString and PutString methods;
|
OnChange event.
|