TAdvMemo double-clicking a word

When double-clicking a word in the text.
All occurrences of a word can be highlighted?
It is possible?
Thank you
Miro

What you could do from the OnDblClick event is:


  AdvMemo.HighlightText := AdvMemo.WordAtCursor;