Most voted "memo" questions
4 questions
Sort by count of
-
3
votes2
answers411
viewsExtract emails from a Memo
I have a component memo, within it there is a large text, and in that text it contains several scattered email addresses. How can I extract only the emails from this memo1 and play at memo2?…
-
3
votes2
answers615
viewsDoubt with cursor in memo
In my project VCL, I have a TMemo with the following text(| is cursor): | | |Hello world | | | | |test | | | | | When I press on Down button, the cursor moves here: | | |Hello world | || | |test | |…
-
1
votes1
answer389
viewsAdd Richtext Delphi line
Good afternoon I have an application that text has to have Bold, Italic and underlined so I’m using a Trichtext. So far so good For the same work in printing I made Rtrlrichtext that gets the values…
-
0
votes2
answers2042
viewsRemove penultimate character from a string
I have an application that by clicking on labels one edit receives his caption as follows: Edit1.Text := Edit1.Text + TLabel(Sender).caption+ ' '; After that I click ok, and this information passes…