THtmlViewer, component
function GetCharAtPos(Pos: integer; var Ch: WideChar; var Font: TFont): boolean;
Given Pos, a position in the display, the character at that position is returned as well as its font. Character position is sequential and starts with 0.
The function returns false if Pos is out of range.
See also