ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Multiline strings
To type character strings over several lines in the code editor...
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
Date
The Date keyword can correspond to...
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
BTLEGetAService (Function)
Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier (UUID).
BTLEGetAllServices (Function)
Retrieves all the services corresponding to a UUID.
zipAddFile (Example)
Usage example of the zipAddFile function