Get() > Editing methods xHarbour Developers Network  

oGet:insert()

Inserts a single character into the edit buffer.

Syntax

:insert( <cCharacter> ) --> self

Description

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.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe