Difference between revisions of "ISMOUSE()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to return .T. if a mouse is detected
 
Function to return .T. if a mouse is detected
Line 25: Line 23:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Screen Forms]]
 
[[Category:Screen Forms]]
 
[[Category:Screen Forms Functions]]
 
[[Category:Screen Forms Functions]]

Latest revision as of 16:44, 2 December 2009

Purpose

Function to return .T. if a mouse is detected


Syntax

ISMOUSE()


See Also

MCOL(), MROW(), ON MOUSE


Description

The ISMOUSE() function will return .T. if a mouse is detected, otherwise .F..


Example

?ismouse()
.T.


Products

Recital