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....
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.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
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.
FirstDayOfMonth (Function)
Returns the first day of the month.
LooperSelectPlus (Function)
Selects a row in a Looper control.
Outstanding progress bars
Simple or symmetric progress bar?...
ServiceStart (Function)
Starts a service.
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Manager of automated tests
The test manager is used to......
SQL view
An SQL view is a virtual data source defined by an SQL query......
ServiceRestart (Function)
Restarts a service (already started).
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
fUnlock (Example)
Usage example of the fUnlock function
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.