THtmlViewer component
procedure PositionTo(Dest: String);
Dest is a target name defined within the HTML document. PositionTo positions the document display to that location.
Viewer.PositionTo('#Contents');
The # sign may be omitted if desired.