Icon SelectionStart Property

property SelectionStart: Integer

Available In: Visual Client Applications

Specifies the starting position (1-based) of the selected characters in the input value. For example, if the element contains the input value "Hello World", setting the SelectionStart property to 7 and the SelectionEnd property to 11 will result in the text "World" being selected.
Image