ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Items used in a select query
A query created in the query editor can contain several types of items......
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Creating and handling an item
The main operations that can be performed on an item are as follows......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Generating a class diagram
The generation is used to create the WINDEV classes ("......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
16. Types of code
Binding a Combo Box control to an item
Report editor: Available types of reports
Several types of reports can be created in the report editor......
Report data source
...The reports can be created with the data coming from:...
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Creating, modifying, deleting a style
WINDEV gives you the ability to handle the styles defined for a help system (help file in HLP or CHM format)......
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included in WINDEV, WEBDEV and WINDEV Mobile......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......