ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Error 16: Incompatible CASE
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items......
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility....
Installing the robot controller
The monitoring robot includes three executables......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......