<< Click to display table of contents >> TCustomRichViewEdit.PasteBitmap |
Inserts Windows bitmap from the Clipboard at the position of caret
function PasteBitmap(TextAsName: Boolean): Boolean;
This method does nothing if the Clipboard does not contain Windows bitmap;
It inserts a new picture item with bitmap (TBitmap) from the Clipboard; if TextAsName=True and the Clipboard contains text, it sets name of this item to the text from the Clipboard (warning: if you want to save this document to RVF, names of items should not contain CR and LF characters).
Method type: editing-style method for insertion.
Supported platforms: Windows (VCL, LCL, FireMonkey), macOS (FireMonkey)
Return value:
True, if image was inserted.
See also methods:
▪Paste;
See also properties:
See also: