ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
The "Find - Replace" pane
The "Find - Replace" pane is used to......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
SCM administrator
The SCM administrator (Source Code Manager) allows you to handle the different projects included in the Source Code Manager......
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
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.
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.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
Specific features of the Express version