ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

4. Simple printing
WINDEV Tutorial: Managing data in a WINDEV application Lesson 4 - Simple printing - 20 min
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
ErrorThrow (Function)
Throw a non-fatal error.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
12. Control templates
...Control templates...
HChangeRplDir (Function)
Changes the location of the subscriber replica description ("*.rpl" file).
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
Comparison operators
The comparison operators can be divided into several categories......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Val (Function)
Returns the numeric value of a character string.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Enumeration (Variable type)
An enumeration is a set of values......
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......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Break in a report
The break is used to group the records corresponding to a sort criterion......