ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control...
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control.
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
Sorts in a report
The sort is used to organize the information displayed in the report......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Emulating constants
List of constants used by the functions for emulating automated tests....
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
Using several libraries in an application
A library is a WDL file that contains all the resources......
2. Deploying a static site or a PHP site
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
dbgSaveDebugDump (Function)
Saves a dump file of the application.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
WDSQL, SQL querier: Overview
WDSQL is used to......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
First project window
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
WDDeploy features
WDDeploy can be used to......