ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Constants used by ExecutePresetAction
List of constants used by ExecutePresetAction....
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Document (Type of variable)
The Document type is used to handle a "docx" document.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
The Multimedia control
The Multimedia control is used to play multimedia files......
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
Report based on a query
Queries are used to easily select records in one or more data files......
Variable scope
Variables can be declared anywhere in the code....
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
CaptchaVerify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
JSONToVariant (Example)
Usage example of the JSONToVariant function