ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
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....
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
iParameter (Function)
Retrieves the printer configuration and configures the print.
Events associated with the project
List of events associated with the project...
Sharing the context menus in the project
In most cases, several context menus are included in your applications......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
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......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.