ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ServiceStop (Function)
Stops a service.
ToClipboard (Function)
Writes text or image information into the system clipboard.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
MatDelete (Function)
Deletes an existing matrix.
HRegenerateFile (Function)
Regenerates a data file from its log.
StatSum (Function)
Calculates the sum for a series of values.
fLock (Example)
Usage example of the fLock function
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
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....
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLSavePosition (Function)
Stores the current position in the XML document.
FirstDayOfMonth (Function)
Returns the first day of the month.