Advmemo Case-Sensitive Search Issue

Bruno,
A few months ago I reported an issue with the finddialog: http://www.tmssoftware.com/site/forum/forum_posts.asp?TID=6463&KW=&title=advmemo-search-issue. You fixed the problem with the Finddialog (Thank you!) but the same problem is still in the FIndReplaceDialog. Could you fix the issue in the Replace dialogs, too?

Steps to reproduce:

Case sensitive search sometimes malfunctions.

Place a advmemo, an advreplacedialog and an advmemofindreplacedialog on a form. 
Connect the components together
Place a button on the form with Advmemofindreplacedialog1.execute in its handler.
Add the following text to the memo: show SHOW sHOW

Run the program.
Position the cursor at beginning of the memo.
Click the button.
In the dialog check Case Sensitive.
Search for: sHOW
Close the dialog.
Position cursor at beginning of memo.
Click the button.
In the dialog check Case Sensitive.
Search for: show

RESULT: "sHOW" is found, rather than "show"

The fix is now also applied to TAdvReplaceDialog and this fix will be included in the next update.