How to always search from start of document
Posted: Tue Sep 02, 2008 5:08 pm
I am doing a lot of document searching, and need to always start at the top.
I assume it is safe to call
TRichEdit.RVData.SearchText instead of TRichEdit.SearchText, so I can specifiy the FromStart param??
Thanks in advance
I assume it is safe to call
TRichEdit.RVData.SearchText instead of TRichEdit.SearchText, so I can specifiy the FromStart param??
Thanks in advance