ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
WEBDEV Application Server 2024
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Functions specific to iOS - Apple Watch communication
The WLanguage functions specific to the communication between the iOS applications and the associated Apple Watch applications are as follows:...
<Combo box>.Close (Function)
Forces the closing of the drop-down list in a Combo Box control (simple or multi-column Combo Box).
Cardinalities
The cardinalities are used to count the links between the files......
Miscellaneous Windows functions
List of miscellaneous Windows functions...
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
8. Binding controls to data
A window can display information from......
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
Project description: Style tab
The project description window allows you to configure various elements of your project......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
HClient structure
The HClient structure is used to......
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...