number of replacements from replace dialog

Hi, is it possible to retrieve the number of replacements made when the user clicks on "Replace All" in the TAdvMemoFindReplaceDialog. We'd like to display this to the user. Thx.

Please check: AdvMemoFindReplaceDialog.Count: integer;

Perfect thx.