ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
<Connection variable>.DeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server data files....
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
HNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
<Table>.ToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
ReplicSynchro: Overview
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
ReplicSynchro: Use
ReplicAdmin: Overview
grTimeLevelMax (Function)
Defines the number of levels to display in the time scale of a chart as well as the maximum level.
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......