I need to put a Intellisense system on TRichViewEdit. But there can be different sizes (width and height), images, etc. So, how i get the correct position of Caret in pixels? (like the position of window when Ctrl+Spaced on Delphi).
With RichEdit i've used: var __P2 : TPoint; begin __RichEdit1 ...