TextInput.selectionStart

Point where selection begins. Caret is the other end of the selection.

Note that selectionStart may be greater than selectionEnd. If you need them in order, use selectionLowIndex and selectionHighIndex.

  1. ptrdiff_t selectionStart()
  2. ptrdiff_t selectionStart(ptrdiff_t value)
    class TextInput
    ptrdiff_t
    selectionStart
    (
    ptrdiff_t value
    )

Meta