ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Passing parameters
The parameters can be passed to a procedure......
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
HTMLToText (Function)
Converts an HTML string or buffer to text.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
The structure of the file for remote control
The management of remote control uses a file in INI format......
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
Generative AI code generation
WLanguage's AI-powered assistant generates code suggestions as you type......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
HCloseConnection (Example)
Usage example of the HCloseConenction function
Operations performed on collaboration diagrams
The following paragraphs explain......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.