ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

emailPOP3Session (Variable type)
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.
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Native xBase/FoxPro Connector
WINDEV and WEBDEV offer a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
ERR_BAD_FILE
Positioning a toolbar
A Toolbar control can be created in a standard window or in an MDI parent window......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile....
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
WEBDEV Page control events
Starts the execution of a secondary thread....
Infinite Progress Bar control events
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
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.
Testing the WEBDEV Application Server setup with an example
Adds an image to a page in an existing PDF file....
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
wsResponse (Variable type)
The wsResponse type is used to get: the XML source code of the web service response. the value of the different parts of the web service response (for the web services returning several responses)....
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
Table populated programmatically: handling in WLanguage
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage....