ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "Find - Replace" pane
The "Find - Replace" pane is used to......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
<Code Editor>.Search (Function)
Searches for a string or regular expression in the Code Editor control.
WITH
Factorizes the expression of an element on which several subelements or properties are accessed.
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.
<Unicode string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
<ANSI string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular 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.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.