SelStart Property


Applies to

THtmlViewer, TFrameViewer, and TFrameBrowser components

Declaration

property SelStart: LongInt;

Description

SelStart specifies the first character of selected text or the current position in the display if there is no selection. Character count starts with 0.

To make the current position visible even when no text is selected, see the htShowDummyCaret value in the htOptions property.

See Also:

SelLength Property

DisplayPosToXY Method

GetCharAtPos Method