Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>setcaretpos()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SetCaretPos()
Set the x-y position of the caret
------------------------------------------------------------------------------

Syntax
SetCaretPos( <nX>, <nY> )   -->   nil

Arguments
<nX>, <nY> are integers representing the new x,y co-ordinates
of the caret's position.

Returns
NIL.

Description
This function changes the caret's position, relative to the
window containing the caret (normally the application's top-
level window).

Example
// Move the caret right
SetCaretPos( GetCaretX() + 1, GetCaretY() )


See Also: GetCaretX() GetCaretY() HideCaret() ShowCaret()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson