Jump to content
xorpas

Memo and html

Recommended Posts

Hellow 

How can Make memo support html that show readable text ?

Share this post


Link to post
2 minutes ago, xorpas said:

It is a better without using a third party

In that case you will have to implement it yourself.

  • Like 1

Share this post


Link to post
15 hours ago, xorpas said:

How can Make memo support html that show readable text ?

The standard FMX TMemo simply does not support HTML (or even basic text formatting in general).  You will have to use a 3rd party control (or make your own from scratch) to display rich/formatted text.

  • Like 1

Share this post


Link to post
On 4/29/2024 at 2:03 AM, Remy Lebeau said:

The standard FMX TMemo simply does not support HTML (or even basic text formatting in general).  You will have to use a 3rd party control (or make your own from scratch) to display rich/formatted text.

Thank's mr REMY

On 4/29/2024 at 2:07 AM, Dave Nottage said:

You might be able to modify this code to use TMemo instead of TLabel:

https://github.com/grijjy/CodeRage2019/tree/master/HtmlLabel

 

Thank's mr Dave  I will see it

Share this post


Link to post
On 4/29/2024 at 10:37 AM, Dave Nottage said:

You might be able to modify this code to use TMemo instead of TLabel:

I had a brief look and it appears it may be much more complex with a TMemo

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×