ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
MatDelete (Function)
Deletes an existing matrix.
HRegenerateFile (Function)
Regenerates a data file from its log.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
Associating documents with the project
To describe a project in detail, you can associate documents with it......
XMLSavePosition (Function)
Stores the current position in the XML document.
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
fCreate (Function)
Creates an external file.
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
ServiceStop (Function)
Stops a service.
fLock (Example)
Usage example of the fLock function
ServiceStart (Function)
Starts a service.
DateToDay (Function)
Returns the day corresponding to a given date.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
URLExtractPath (Function)
Returns the various elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
Socket functions
List of functions for managing sockets...