TCustomRichViewEdit.PasteMetafile [VCL]

<< Click to display table of contents >>

TCustomRichViewEdit.PasteMetafile [VCL]

Inserts metafile from the Clipboard at the position of caret

function PasteMetafile(TextAsName: Boolean): Boolean;

This method does nothing if the Clipboard does not contain a Windows metafile.

It inserts a new picture item with metafile (TMetafile) 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: editstyle editing-style method for insertion.

Return value:

True, if image was inserted.

See also methods:

Paste;

InsertPicture.

See also properties:

DefaultPictureVAlign.

See also:

RichView and Clipboard.