ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
HDeleteScheduledBackup (Function)
Deletes a scheduled backup from an HFSQL Client/Server server....
<Connection variable>.DeleteScheduledBackup (Function)
Deletes a scheduled backup from an HFSQL Client/Server server....
<Connection variable>.DeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
GranularityMovement (Property)
The GranularityMovement property is used to get and change the size of the grid to move: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
Error 1015: The method of the class is protected
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
Using the Wi-Fi
WINDEV and WINDEV Mobile propose the WiFi functions to easily access the Wi-Fi networks......
dTransferToImage (Function)
Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables....
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
FishEye
The "FishEye" effect is used to enlarge a section of editor graphs (analysis graph, UML graph, ......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
The Group structure
The Group structure is a preset structure of WLanguage (no declaration is required)......
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
GglUploadDocument (Function)
Uploads a document to the Google server.
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......