Xbasic
A5_IS_RUNTIME Function
Syntax
Result_Flag as L = a5_is_runtime()
Description
The A5_IS_RUNTIME() function returns .T. if the Alpha Anywhere Runtime or Runtime Plus version is running.
Example
? a5_is_runtime() = .F.
Limitations
Desktop applications only.
See Also