Description
Reports whether the current application is deployed using PowerClient.
Syntax
IsPowerClientApp ( )
Return value
Boolean.
Returns true if the current application is deployed with PowerClient and false if it is not.
Examples
This example executes the scripts only when the application is deployed with PowerClient:
Boolean lb_IsPowerClientApp lb_IsPowerClientApp = IsPowerClientApp ( ) IF lb_IsPowerClientApp THEN ... END IF
See also