ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
Managing duplicates in the TreeView controls
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
HChangeConnection (Example)
Usage example of the HChangeConnection function
Programming the table cells
The Table controls can be handled......
Document (Type of variable)
The Document type is used to handle a "docx" document.
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...