ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
StringInsert (Function)
Inserts a string into another character string at a given position.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
Push (Function)
Pushes an element onto the stack.
Enqueue (Function)
Adds an element to the queue.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
fSelect (Example)
Usage example of the fSelect function
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.