ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
MemZoneName (Property)
The MemZoneName property is used to: find out the name of the memory area used as data source for a report. modify the name of the memory area used as data source for a report....
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
PopupAnimate (Function)
Displays a popup in a page cell.
<Chart>.SourceCategoryLabel (Function)
Defines the source of the category labels.
<Popup>.Animate (Function)
Displays a popup in a page cell.
HOut (Example)
Usage example of the HOut function
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
ServiceWait (Function)
Pauses the current service during the specified duration.
Installing the HFSQL Server module
Cherche les éléments d'un noeud HTML correspondant à une balise....
sEndEvent (Function)
Disables the detection of an event on a serial port.
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
Code history
The code history is used to......
8. Windows in practice
Discover the main actions that can be performed on the windows....
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
WDOptimizer: Editing and modifying a ".REP" file
ControlToSource (Function)
Assigns the control value to the source of a control link.