Broken Word Wrap Fix
In Delphi 10.4.2 word wrap on text components is broken: The problem is due to some code being removed from FMX.TextLayout.GPU.pas: This is a noted issue, see RSP-33914 in quality control. To temporarily fix the problem, copy FMX.TextLayout.GPU.pas to your project folder and insert the removed code. I suspect this breaks the text trimming functionality, […]