Questions tagged as 'memo'

2
answers

Doubt with cursor in memo

In my project VCL , I have a TMemo with the following text (| is cursor): | | |Hello world | | | | |test | | | | | When I press Down...
asked by 31.10.2016 / 12:48
2
answers

Extract emails from a Memo

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 ?     
asked by 21.08.2015 / 16:01
1
answer

Add line RichText Delphi

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...
asked by 08.12.2017 / 16:56
2
answers

Remove penultimate character from a string

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...
asked by 10.12.2015 / 14:44