ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project....
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Error 809: The * character cannot be used as mandatory parameter in a function
3. Deploying a dynamic WEBDEV site
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
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)....
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)....
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......