Xbasic
A5_IS_RUNTIMEPLUS Function
Syntax
Result_Flag as L = a5_is_runtimePlus()
Arguments
- Result_Flag
.T. = Indicates the application is based on Alpha Anywhere Runtime Plus. .F. = Indicates the application is not using Runtime Plus.
Description
The A5_IS_RUNTIMEPLUS() function indicates whether the running application is based on Alpha Anywhere Runtime Plus. Returns .t. if the Runtime version is the 'Plus' edition
Example
? a5_is_runtimeplus() = .F.
Limitations
Desktop applications only.
See Also