ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
The Check Box control
A Check Box can correspond to......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
pdfSignature (Variable type)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
<Variable Connexion>.RSIgnoreError (Function)
Ignores errors so that replication between HFSQL servers can continue to run.
HRSIgnoreError (Function)
Ignores errors so that replication between HFSQL servers can continue to run.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Calling a procedure/a function
Syntax for calling a local or global procedure.