ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the remote accesses
The remote accesses are used to create a temporary network connection...
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Internal component
An internal component is a set of elements from a project......
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
SocketConnect (Function)
Connects a client computer to a given socket.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
HChangeName (Function)
Modifies the physical name of a data file.
Android Widget windows
An Android application can contain one or more Widget windows......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
2. How to test a site?
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Warning 18: Loop without potential end
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
HOpen (Function)
Opens a data file.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....