Search found 4 matches

by ardani
Fri Apr 10, 2009 2:55 pm
Forum: Support
Topic: How to copy highlighted substrings to another RichEdit?
Replies: 6
Views: 12226

Ok this was what I wanted.

Many thanks. :D
by ardani
Thu Apr 09, 2009 10:13 am
Forum: Support
Topic: How to copy highlighted substrings to another RichEdit?
Replies: 6
Views: 12226

I apologize for the mistake of writing.
I repeat the example.


I mean colored background, for example, the following:

line1
line2 word1 word2 (line2, word2 background yellow)
line3
line4 word3 word4 (line4, word4 background green)

should become

line2 word1
line4 word4

.
by ardani
Thu Apr 09, 2009 9:38 am
Forum: Support
Topic: How to copy highlighted substrings to another RichEdit?
Replies: 6
Views: 12226

I mean colored background, for example, the following:

line1
line2 word1 word2 (line2, word2 background yellow)
line3
line4 word3 word4 (line4, word3 background green)

should become

line2 word1
line4 word4
by ardani
Wed Apr 08, 2009 3:45 pm
Forum: Support
Topic: How to copy highlighted substrings to another RichEdit?
Replies: 6
Views: 12226

How to copy highlighted substrings to another RichEdit?

I need to scan a first TRichEdit, read substrings background highlighted and copy them to another TRichEdit.

Thanks,
Armando Rodi