This property consists of an integer value, representing the overall number of characters contained within the loaded document. Returns zero if no document is loaded.
This property returns a string, representing the two dimensional array identifier of the text location of the start of the selection.
The first value is an integer value representing the line index number, indexed from 0. The second value is an integer value representing the character index number, indexed from 0.
Example: ARRAY (12, 2) represents line 13, character 3.
This property returns a string, representing the two dimensional array identifier of the text location of the end of the selection.
The first value is an integer value representing the line index number, indexed from 0. The second value an integer value representing the character index number, indexed from 0.
Example: ARRAY (12, 2) represents line 13, character 3.
This property returns a string, representing the two dimensional array identifying the current location of the caret within the displayed text.
The first value is an integer value representing the line index number, indexed form 0. The second value a zero-based integer represents the character index.
Example: ARRAY (12, 2) represents the line 13, character 3.