currentPosition

Type: Integer

Availability: Read or write at run time only

The currentPosition property of the JadeTextEdit control contains the current caret position in the editor as a zero-based offset from the start of the text.

When you set this property, the caret moves to the specified character and scrolls into view. A value less than zero (0) means the first character of text. A value greater than the result of the getTextLength method means the position following the last character of text. The selection is cleared.