ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
Automation object
The Automation keyword is used to declare an automation object...
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
fClose (Example)
Usage example of the fClose function
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......
EventClose (Function)
Closes a synchronization event between several threads.
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Organizer report
The report editor gives you the ability to create "Organizer" reports....
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Scheduler report
The report editor allows you to create "Scheduler" reports....
SQLExec (Example)
Usage example of the SQLExec function