ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Linux application: Tips and tricks
In multi-configuration Windows/Linux applications, various limitations may arise: unmanaged fields, unavailable functions, etc....
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
MoveLine (Function)
Allows: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
DeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
SensorEnd (Function)
Indicates the end of the use of the sensor functions.
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...