Thank you VERY MUCH. I was searching for the GetCaretPos( TPoint )
Now is working, thanks...
Search found 2 matches
- Tue Nov 06, 2007 3:07 pm
- Forum: Support
- Topic: CaretPos in Pixels
- Replies: 2
- Views: 8447
- Tue Nov 06, 2007 12:51 pm
- Forum: Support
- Topic: CaretPos in Pixels
- Replies: 2
- Views: 8447
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 ...
With RichEdit i've used:
var
__P2 : TPoint;
begin
__RichEdit1 ...