ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
The "Code hashtags" pane
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
ERR_NO_PROJECT
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetExecute (Function)
Runs a specific program on an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetEndServer (Function)
Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer. This function is kept for backward compatibility....
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
ERR_BAD_CONTEXT_INVALID
NetRenameFile (Function)
Renames or moves a file located on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server created with WINDEV. This function is kept for backward compatibility....
NetSendMessage (Function)
Triggers a Windows event on the system of an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetRemoteMessageBox (Function)
Displays a dialog box on the screen of the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
The Flexbox control
Flexbox is a standard layout system for web pages......
Start of Break block (Break header)
The Start of break block is optional......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......