FindSourcePos Method


Applies to

THtmlViewer component

Declaration

function FindSourcePos(DisplayPos: integer): integer;

Description

Given a character position in the display, FindSourcePos finds the equivalent position in the HTML source document.

Note that the display position is that value given by the SelStart property.

See Also:

SelStart Property

FindDisplayPos Method