Description
Reports whether the current application is a native C/S application compiled using Pcode or machine code.
Syntax
IsPBApp ( )
Return value
Boolean.
Returns true if the current application is a native C/S application compiled using Pcode or machine code and false if it is not.
Examples
This example executes the scripts only when the application is deployed as a native C/S application:
Boolean lb_IsPBApp
lb_IsPBApp = IsPBApp ( )
IF lb_IsPBApp THEN
...
END IF
See also


