ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. in the contacts list of your device (Android, iPhone or iPad)....
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
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....
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.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
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.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
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