ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Data persistence
The data persistence is used to store the value typed by the user......
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Declaring and using a variable
A variable is defined by name and type......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Using an external component in an application
A component can be reused at any time in any application......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Using WDDIXIO
To translate the text used in your project:...
The different types of integers
Constants for encryption/compression
List of constants used by the encryption/compression functions...
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Using .NET assemblies in a project
To use .NET assemblies in a project......
Events associated with pages
List of events associated with pages...
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......