ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
HRegenerateFile (Function)
Regenerates a data file from its log.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Display (External language)
Displays a value in a control or assigns a value in a variable.
FirstDayOfMonth (Function)
Returns the first day of the month.
ColorPalette (Function)
Returns a color found in the current palette.
MatNbLine (Function)
Returns the number of rows found in a matrix.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
MatDelete (Function)
Deletes an existing matrix.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
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.