ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the report editor
Environment of the report editor...
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Sort (Function)
Sorts a WLanguage array.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
<Array>.Reduce (Function)
Applies a computation to each element of an array.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
General environment of WINDEV
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
iParameter (Function)
Retrieves the printer configuration and configures the print.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
NFC constants
List of constants used by the NFC functions...
zipOpen (Function)
Opens an existing archive.
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.