|
Is it possible to search for line with specific
text then highlight (select) everything after that line (not counting the line
with the text I am looking for)? I know you can do it with a TRichEdit but I do
not know about DBMemo.
EXAMPLE
text text
text text
<Comments>
text text
text text
I would like to know what to see the line
<Comments> and select all the text after that (which in this case would be
two lines).
thanks,
|