Check if application is running under DesqView
──────────────────────────────────────────────────────────────────────────────
Syntax
GT_IsDesq() --> lIsDesqView
Arguments:
None
Returns:
A Logical value.
Description:
GT_IsDesq() can be used to see if your application is running
under DesqView.
Examples:
if GT_IsDesq()
? "Running under DesqView"
endif
Source: ISDESQ.ASM
Author: David Pearson