Position in the value that selection ends
Member of List Edit Field Current Item (PRIM_MD.ListEditCurrentItem)
Data Type - Integer
The SelectionEnd property is the character position that selection ends within the text. If the cursor is to the left of the first character, the value will be 0. The most common requirement for Selection handling is completing a value during input. This is managed automatically by the AutoCompleting event. SelectionEnd is provided for completeness and is unlikely to be required for most development purposes.
Febuary 18 V14SP2