ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
Download_constants
Utilisation dans la classe diagForme - Accès en Lecture + Ecriture - Type : Réel double...
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
Sum (Function)
Calculates the sum of the array elements.
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
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....
Container column in a Table control
A cell found in a Table control can contain a set of controls......
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
StatVariance (Function)
Calculates the variance for a series of values.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
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....
NumberInWords (Function)
Converts a number to words.
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......