SelStart != CPPosition

  • >if no text is selected, SelStart always returns 0 (see TWPCustomRtfEdit.GetSelStart in WpWinCtr).
    >Shouldn't it not better reflect the current position (with SelLength=0) like TMemo does?

    Logically SelStart has nothing in comon with the cursor position -
    they can be completely different. So I cannot encourage to use
    SelStart instead of the CPPosition property, either to assign nor to
    read. So it is ok that it returns 0.