Multi-word selected highlighting in the TScrMemo and TAdvMemo

Please add multi-word selected highlighting to the TScrMemo and TAdvMemo, like in Delphi, NotePad++, and SQL Server Management Studio (SSMS) 22.
I.e., when double-clicking on a word, highlight all occurrences of that word in the script.

Have you considered using the property AdvMemo.HighlightText: string and set it to the same value as the search term?

That works perfectly! Thank you!