|
TCustomRichViewEdit.PasteBitmap |
Top Previous Next |
|
Inserts Windows bitmap from the Clipboard in 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:
Return value: True, if image was inserted. See also methods: ▪Paste; See also: |