IsMouse Function | |
Returns true (.T.) if mouse hardware is present.
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax Remarks
IsMouse( )Remarks
IsMouse( ) returns true (.T.) if mouse hardware is present; otherwise it returns false (.F.).
Examples 1CLEAR
2? 'Mouse hardware present? '
3?? IsMouse( )
See Also