ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
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.
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
XMLModify (Function)
Modifies the content of the current element found in the XML document.
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....
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
Test (External language)
Displays each function call and each status report returned by the function.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLSavePosition (Function)
Stores the current position in the XML document.
LooperSelectPlus (Function)
Selects a row in a Looper control.
HFSQL constants
List of constants used by the HFSQL functions....
ServiceStart (Function)
Starts a service.
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
fUnlock (Example)
Usage example of the fUnlock function
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.