Get() > Editing methods xHarbour Developers Network  

oGet:overStrike()

Overwrites a single character in the editing buffer.

Syntax

:overStrike( <cCharacter> ) --> self

Description

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.


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