Get() > Editing methods |
Overwrites a single character in the editing buffer.
:overStrike( <cCharacter> ) --> self
When a Get object has input focus, method :overstrike() replaces the character at the current cursor posiion in the edit buffer with <cCharacter>. If <cCharacter> is not valid, :rejected is set to .T. (true) and the edit buffer remains unchanged.
http://www.xHarbour.com