Word at caret position
Posted: Tue Dec 31, 2013 2:20 pm
Hi,
how can I retrieve the current word at the caret position? Something like SelectCurrentWord but no selection instead of it the word as result of a function.
e.g.
how can I retrieve the current word at the caret position? Something like SelectCurrentWord but no selection instead of it the word as result of a function.
e.g.
Code: Select all
AString := rve.GetCurrentWord;