Returns true (.T.) if mouse hardware is present.
ISMOUSE(В ) |
Remarks
ISMOUSE(В ) returns true (.T.) if mouse hardware is present; otherwise it returns false (.F.).
Example
The following example displays a true value (.T.) if mouse hardware is present; otherwise, it displays false (.F.).
| В | Copy Code |
|---|---|
CLEAR ? 'Mouse hardware present? ' ?? ISMOUSE( ) | |
js editor
Web development