ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
Zombie data files and items
During the life of an application, items live and die......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
ArraySort (Function)
Sorts a WLanguage array.
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
SFExecuteProcess (Function)
Requests the execution of a specific process.
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
ServiceWaitStatus (Function)
Waits for a service to be in a specific status.
ServiceStatus (Function)
Returns the current status of a service.
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
fWriteLine (Example)
Usage example of the fWriteLine function
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
ScreenToSource (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....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.