ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The test mode cannot operate without the project and its pages, ...
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
You used WINDEV 28
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Image control: the supported formats
The supported image formats are as follows:...
Events associated with Bar Code controls
List of events associated with Bar Code controls...
<emailIMAPSession variable>.RemoveFolder (Function)
Deletes a folder on an IMAP server.
Events associated with Shape controls
List of events associated with Shape controls...
12. Synchronizing data
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
TableSwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
TableMoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
<TreeView Table>.MoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
<TreeView Table>.SwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.