Detect cursor position in TWebBrowser at edit mode
Posted
by cemick
on Stack Overflow
See other posts from Stack Overflow
or by cemick
Published on 2010-04-12T12:07:59Z
Indexed on
2010/04/12
12:13 UTC
Read the original article
Hit count: 470
I get selection range like this: var Range: IHTMLTxtRange; begin if Supports((Document as IHTMLDocument2).selection.createRange, IHTMLTxtRange, Range) end;
TWebBrowser in editing. I need get position of cursor. How I can get its?
© Stack Overflow or respective owner