Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

MCOL()

Returns the mouse cursor column position.
---------------------------------------------------------------------------------

 Syntax

        MCol() --> nMouseColumn  

 Arguments

        None    

 Returns

        <nMouseColumn>   The mouse cursor column position.    

 Description

      This function returns the column position of the mouse cursor.  On
      graphical systems the value represents pixels.  On character-based
      systems the value represents character  columns as in Clipper.

 Examples

      IF MCol() < 1
         ? "Mouse is on left edge!"
      ENDIF
  

Status

      Ready

 Compliance

      MROW() is compliant with CA-Clipper 5.3, but has been extended  to
      work on graphical systems as well as character-based systems.

 Platforms

      All

 Files

      Library is rtl



See Also: MROW()

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