I have a memo component, inside it there is a large text, and in this text it contains several scattered e-mail addresses.
How can I just extract emails from this memo1 and play on memo2 ?
Good afternoon
I have an application that text has to have Bold, italic and underlined so I am using a TRichText. So far so good
For the same to work in print I did RTRLrichText which gets the TRichText values.
However ... if I insert lines i...
I have an application that clicks on labels a edit gets its caption as follows:
Edit1.Text := Edit1.Text + TLabel(Sender).caption+ ' ';
After that I click ok, and this information changes to memo .
But the problem...