Creates a new RichEdit object; can also be called as PARENT->AddRichEdit(%OPTIONS).
[TBD]
Returns a two elements array identifying the character nearest to the
position specified by X and Y. The array contains the zero-based index of
the character and its line index.
Returns the first visible line in the RichEdit control.
[TBD]
Returns LENGTH bytes of text from the RichEdit control, starting at START
Returns the line number where the zero-based INDEX character appears.
[TBD]
Returns a two elements array containing the x and y position of the
specified zero-based INDEX character in the RichEdit control.
Replaces the current selection with the given STRING. The optional FLAG
parameter can be set to zero to tell the control that the operation cannot
be undone; see also Undo().
[TBD]
Selects the characters range from START to END.
Returns a two elements array containing the current selection start and
end.
[TBD]
Sets the RichEdit control's maximum length (up to 2GB)
[TBD]
Sets the RichEdit control's text mode
Returns the text length of the RichEdit control