ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
Info (Function)
Displays a custom message in a system information window.
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
<Array>.Reduce (Function)
Applies a computation to each element of an array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
ID (Property)
The ID property is used to get and change IDs.
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
HDescribeConnection (Function)
Describes a new connection to an external database.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
Sort (Function)
Sorts a WLanguage array.
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
List of operators