Page 1 of 1

Coordinates of caret

Posted: Sun Feb 16, 2014 8:52 pm
by Jim Knopf
Is there a possibility to obtain the carets current coordinates without using OnDrawCustomCaret or OnMeasureCustomCaret?

Posted: Mon Feb 17, 2014 1:51 pm
by Sergey Tkachenko
In TRichViewEdit? Use WinAPI GetCaretPos
An example in Demos\DelphiUnicode\Assorted\Autocomplete\

Posted: Tue Feb 18, 2014 11:49 pm
by Jim Knopf
O dear - a windows method :-)
thank's a lot!