ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
HOnError (Function)
Customizes the management of HFSQL errors.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
Sum (Function)
Calculates the sum of the array elements.
WINDEV 2024 Tutorial - Table of contents
WEBDEV 2024 Tutorial - Table of contents
Constants for managing arrays
List of constants used by the functions for array management....
Setup on a local network (LAN)
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
ControlInfoXY (Function)
Returns the name of the control located at a given position.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
NetSendFile (Example)
Usage example of the NetSendFile function
Compression (Property)
The Compression property gets and sets the data compression mode.
DDEConnect (Example)
Usage example of the DDEConnect function
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......