ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
HSendMessageToClient (Function)
Displays a message on the client computers.
HConnect (Example)
Usage example of the HConnect function
ArrayDistinct (Function)
Returns an array without duplicates.
<Chart>.Interval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
Burner constants
List of constants used by the burner functions....
OrgSelectPlus (Function)
Selects an element in an Organization Chart control.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
fDriveReady (Example)
Usage example of the fDriveReady function
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Control (Type of variable)
The Control type is used to define the characteristics of a control.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
Label report
The report editor allows you to create "Label" reports......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
grScatter3DAddData (Function)
Adds a new point to display in a 3D Scatter chart.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
SocketCreate (Example)
Usage example of the SocketCreate function