Difference between revisions of "ISMOUSE()"

From Recital Documentation Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Class==
 
Screen Forms
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to return .T. if a mouse is detected
 
Function to return .T. if a mouse is detected
Line 12: Line 8:
  
 
==See Also==
 
==See Also==
[[SET MOUSE]], [[SET NAVIGATE]]
+
[[MCOL()]], [[MROW()]], [[ON MOUSE]]
  
  
Line 27: 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