ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
Compression (Property)
The Compression property gets and sets the data compression mode.
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
The "Find - Replace" pane
The "Find - Replace" pane is used to......
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...
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
WITH
Factorizes the expression of an element on which several subelements or properties are accessed.
<Code Editor>.Search (Function)
Searches for a string or regular expression in the Code Editor control.
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.