ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options...
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
Google Contacts management functions
List of functions for managing Google contacts...
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Information 37: Optimize your FOR loop
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
18. Secure payment
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
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.
The different types of windows
The following types of windows can be created in a WINDEV application......
2. Examples and components provided with WEBDEV
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
dTransferToImage (Function)
Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables....
Guide organization
Organization of WINDEV Concepts...
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......