Get() > Editing methods |
Inserts a single character into the edit buffer.
:insert( <cCharacter> ) --> self
When a Get object has input focus, method :insert() inserts the character <cCharacter> into the edit buffer at the current cursor posiion. If <cCharacter> is not valid, or if the edit buffer is full, :rejected is set to .T. (true) and the edit buffer remains unchanged.
http://www.xHarbour.com