AdvMemoString->SaveToFile(Path) Problem

After updating to v10.4.7.0, an error occurs in SaveToFile() of TAdvMemoStrings.

This was a good feature before the update.
I would like a quick answer.

// Code
System::UnicodeString Path = L"C:\22.Utils\test.txt";
TAdvMemoStrings* MemoString = new TAdvMemoStrings();
MemoString->SaveToFile(Path); // Access violation
delete MemoString;

20
21

Thanks for reporting.
We applied a fix and this will be included in the next release.