ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
<Source>.ImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
websocketClient (Type of variable)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
SchedulerToiCalendar (Function)
Exports the appointments from a Scheduler control in iCalendar format.
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
Burner constants
List of constants used by the burner functions....
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
TreeSelectPlus (Function)
Selects an element in a TreeView control.
Constants for managing the clipboard
List of constants used by the functions for managing the clipboard....
Signature control properties
A Signature control can be handled in a report by the following WLanguage properties......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
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....
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
hdfsConnection (Type of variable)
The hdfsConnection type is used to define the advanced characteristics of a connection to the Hadoop file system (HDFS).
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......