ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a static project
The test of the entire project allows simulating the startup of the site...
WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
<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)....
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....
Error 1: Syntax error
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......
Handling a TreeView control at runtime
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements....
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......
SCM file format evolutions
Four versions are available for the SCM repository......
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
<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...
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
List of extension attributes
The list of extension attributes ......
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......