Function:
SetCaretPos(intX,intY)

 

Description:
Moves the caret to the specified coordinates.

 

Parameters:
intX: X co-ordinate of the caret.
intY: Y co-ordinate of the caret.

 

Returns:
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.

 

Example:
Select the icon to download the sample caret.a5p. This file demonstrates various caret functions to display a blinking cursor on screen.