ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
zipOpen (Function)
Opens an existing archive.
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
Variable scope
Variables can be declared anywhere in the code....
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Custom tooltips
Tooltips are very useful for application users......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
SQLExec (Function)
Names and runs an SQL query.
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Referring to an element in a WLanguage event / process
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......