1
votes

I'm using Rad Studio 10.2.3. In my form when I have a TText with long content, I set WordWrap property to "True" and Trimming property to "Word".
In design time everything looks good but in runtime and in android platform there is a problem as shown in the picture:

the screenshot of my problem

What should I do to avoid this?

Update:

I installed RAD Studio 10.3 Rio and tried again. Now the meaningless characters are gone but the trimming problem is still there, just like the image below:

enter image description here

1
If you don't have yet RIO you can also try TALText from github.com/Zeus64/alcinoe that is much faster than TText and support even basic HTML tag - zeus
Ok, thank you! I'll gonna give it atry and give you the feedback. - Moj.H
I installed the components and TALText did ok. It is really faster and there is no bug anymore. Thanks a lot. - Moj.H
@loki Your recommendation helped me to solve the problem. Post it as an answer so that I accept it! Thank you. - Moj.H

1 Answers

1
votes

This is a known bug and it has been fixed in 10.3 Rio.

See: https://quality.embarcadero.com/browse/RSP-20529