ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Configuring an application with User Groupware
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB....
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
fRead (Example)
Usage example of the fRead function
zipCreate (Function)
Creates an archive.
StatVarianceP (Function)
Calculates the variance for a full series of values.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
9. Types of standard controls
Types of standard controls...
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
BackgroundImage (Property)
The ImageFond property lets you view and modify the background image of an element: window, page, field or state.
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Column events (Table control)
List of events associated with the columns of Table controls...
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Extern (Reserved word)
EXTERN is used to...
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
StatCovariance (Function)
Calculates the covariance between two series of values.