Function ReadInsert() Foundation
Reads/sets insertion mode for GET input fields or MemoEdit().
ReadInsert( [<lToggle>] ) --> lInsert
When ReadInsert() is called without an argument, it returns the current setting as a logical value. If <lToggle> is passed, it becomes the new setting and the old setting is returned.
ReadInsert() returns and optionally sets the insertion mode for data input. If ReadInsert() returns .T. (true), new characters are inserted by keyboard input in a GET field or by MemoEdit(), otherwise, characters are overwritten.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.