ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Creating the Table windows of the WINDEV RAD pattern
Moves the time area displayed to the next area (next weeks for example) in an Organizer control....
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Events associated with Looper controls
List of events associated with Looper controls...
Add data files to a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
RegistryCreateKey (Function)
Creates a key in the Windows registry.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Scanner (Variable type)
The Scanner type is used to handle the information from a scanner.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Import a list of requirements
The Project Management Hub allows you to import requirements......
WDINT license agreement
WDINT license agreement...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
WDDIXIO License Agreement
WDDIXIO License Agreement...
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......