Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Guide To CA-Clipper - <b>msetcursor()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MSETCURSOR()
 Determine a mouse's visibility
------------------------------------------------------------------------------
 Syntax

     MSETCURSOR( [<lVisible>] ) --> lIsVisible

 Arguments

     <lVisible> determines if the mouse should be visible.  Set to true
     (.T.) to show the mouse cursor and set to false (.F.) to hide it.

 Returns

     MSETCURSOR() returns the mouse cursor's previous visibility state if
     <lVisible> is passed; otherwise, it returns its current visibility
     state.

 Description

     MSETCURSOR() is a function that determines whether the mouse cursor is
     visible or not.


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