ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
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......
Programming the table cells
The Table controls can be handled......
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"...
Creating an executable: General options
The main executable options are as follows......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Events associated with TreeView controls
List of events associated with TreeView controls...
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Creating the Table windows of the WINDEV RAD pattern
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......