ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
HDataSourceKnown (Function)
Determines if a data source has been initialized.
SQLListSource (Function)
Lists the data sources declared on a local site.
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......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
WDTRAD options
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
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......
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Setup mode
Several methods can be used to distribute a WINDEV application......
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
WEBDEV license agreement
WEBDEV license agreement...
fCreateLink (Function)
Creates a link on a file at the specified location.
diagConnector (Type of variable)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......