ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
NetDirList (Function)
Lists the directories and the files found: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
How to loop through a file using filters?
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
<xlsDocument variable>.Save (Function)
Saves an XLS document.
<sshSession variable>.Write (Function)
Writes data into the specified SSH session.
<WDPic variable>.Save (Function)
Saves the image contained in a WDPic variable.
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
XLS file handling functions
List of functions for managing XLS files...
GanttChangeMode (Function)
Modifies the period (which means the number of days) displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Keep-alive on connection