ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Administrator: Setting and executing action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Materialized view
Code history
The code history is used to......
".STY" file: "Style sheet" file
A style sheet is a "......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HTTPRequest (Function)
Starts an HTTP request on a server.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
Constants for managing the windows
List of constants used by the functions for managing the windows...
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
docElementFormula (Variable type)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min