ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
<ANSI string>.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.
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.
Compression / encryption functions (prefix syntax)
The following functions are used to handle encryption and compression, using prefix syntax:
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
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...
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
1
2
3
4
5
6
116
>