The multipaste window appears when you choose MultiPaste from the Edit menu.
Multipaste allows you to paste text into the code editor after specifying a prefix and suffix for each line. This can be very useful for working with
HTML, SQL, formatted text, and any other text that is not Delphi code. In the example above, Multipaste is used to easily add some HTML to a memo.
Text before each line: This text will be prepended to each line as it is pasted.
Text after each line: This text will be appended to each line as it is pasted.
Fix Single Quotes: When checked, MultiPaste will replace a single quote with two single quotes in accordance with Delphi's string quoting rules. Use this if the text you are pasting is to be pasted as strings.
Trim Clipboard Contents: When checked, leading and trailing spaces will be removed from each line in the clipboard before the before and after text is applied. Use this when the text to be pasted has formatting applied that you do not wish to appear in your code.
Preview: Shows a preview of the text that will be pasted, with the MultiPaste applied.
When you have satisfactorily defined your paste operation, click OK. Click Cancel to cancel the paste operation.