ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
InfoBuild (Function)
Displays a custom message in a system information window.
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
fShortName (Example)
Usage example of the fShortName function
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Port (Property)
The Port property is used to identify and change a server connection port.
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
Project description: Files tab
The project description window allows you to configure various elements of your project......
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Project description: Style tab
The project description window allows you to configure various elements of your project......
Changing sites from AWP to SEO-ready session mode
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
DriveListeDirectory (Function)
Lists the directories of an Drive.
DriveCreateFile (Function)
Creates a file on the remote disk.
fTempPath (Example)
Usage example of the fTempPath function