ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
MyPage (Reserved word)
MyPage is used to handle the current page...
sEvent (Function)
Branches an event on a serial port.
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.
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
Creating the skin template of a report
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
EnumControl (Example)
Usage example of the EnumControl function
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
OpenIDIdentity (Type of variable)
The OpenIDIdentity type is used to define all the advanced characteristics of a user connected to a service via the OAuth 2.0 protocol.
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
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.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
LDAPMode (Function)
Modifies the operating mode of an LDAP session.
memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
Multiline strings
To type character strings over several lines in the code editor...
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min