xHarbour Reference Documentation > Function Reference |
Queries or changes the insert/overstrike mode during READ.
ReadInsert [<lNewMode>] ) --> lOldMode
The function returns the previous mode as a logical value.
The function retrieves or changes the insert/overstrike mode recognized by the READ command and MemoEdit(). When the mode is set to .T. (true), characters are inserted in the edit buffer of the current Get entry field or text. If set to .F. (false), characters are overwritten.
See also: | READ, ReadExit() |
Category: | Get system |
Source: | rtl\readins.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com