Click or drag to resize

IsMouse Function

X#
Returns true (.T.) if mouse hardware is present.

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 FUNCTION IsMouse() AS LOGIC
Request Example View Source

Return Value

Type: Logic
Remarks
IsMouse( )Remarks IsMouse( ) returns true (.T.) if mouse hardware is present; otherwise it returns false (.F.).
Examples
X#
1CLEAR
2? 'Mouse hardware present? '
3?? IsMouse( )
See Also