ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Error 502: Incompatible type
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
The Slider control (in a page)
WEBDEV proposes two types of sliders......
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
15. Project Management Hub
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
mongoOperation (Type of variable)
The mongoOperation type is used to define the different operations to be performed in bulk. These operations are stored in an array of mongoOperation variables.
SCM administrator: Managing branches
The SCM (Source Code Manager) administrator allows to you manage the branches of the different projects found in SCM......
<redisConnection>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
17. Project Management Hub
...Project Management Hub...
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
<mongoCollection variable>.ExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.
MongoExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.