C++ Builder 10.2 Tokyo > IDE > Bug > TRichEditのLinesをTMemoのLinesにコピペすると余分な改行が入る


動作環境
RAD Studio 10.2 Tokyo Update 2

症状


[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],

上記のような文字列を下記のLinesプロパティで使うことをしていた。

  1. TRichEdit
  2. TMemo

以下の手順を実施した。

  1. TRichEditのLinesプロパティに上記の文字を用意
  2. TRichEditのLinesプロパティを開きなおす
    • Ctrl+C
  3. TMemoのLinesプロパティを開く
  4. Ctrl+VでLinesプロパティを設定する

TMemoの方にはおかしな改行が入る。

原因

TRichEditのLinesプロパティをエディタで開いた時点で改行が入っている。
エディタで見やすいようにするため自動的に改行が付加されるのだろう。