Creates a new RichEdit object; can also be called as PARENT->AddRichEdit(%OPTIONS).
Sets the background color of the RichEdit control; if no COLOR is specified, the background color is reset to the default system color.
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 the line number where the zero-based INDEX character appears.
Loads a file named FILENAME into the RichEdit control. By default the file
is a RTF (Rich Text Format) file; if you want to load a plain text file,
you can set FORMAT to 1.
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().
Saves the content of the RichEdit control in a file named FILENAME. By
default the file is a RTF (Rich Text Format) file; if you want to save in a
plain text file, you can set FORMAT to 1.
Selects the characters range from START to END.
Returns a two elements array containing the current selection start and
end.