Search found 2 matches

by samuelredekop
Tue Nov 06, 2007 3:07 pm
Forum: Support
Topic: CaretPos in Pixels
Replies: 2
Views: 8390

Thank you VERY MUCH. I was searching for the GetCaretPos( TPoint ) :lol:
Now is working, thanks...
by samuelredekop
Tue Nov 06, 2007 12:51 pm
Forum: Support
Topic: CaretPos in Pixels
Replies: 2
Views: 8390

CaretPos in Pixels

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 ...