ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Test a static project
The test of the entire project allows simulating the startup of the site...
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
WDDeploy: Deploying a package
WDDeploy can be used to...
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
NextTitle (Function)
Modifies the title of next window to open.
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
Recompiling the project
The project compilation is a process used to......
Native Sybase Connector for WINDEV and WEBDEV 2024
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
3. Application development cycle
Development cycle of a WINDEV application....
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
5. User Groupware in practice
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
VerticalSwipe (Property)
The VerticalSwipe property is used to determine and change the swipe direction in an internal window with swipe gesture support.
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.