ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Access rights to a class property
A property is a code element that includes two processes......
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
Type and version of Web server
The configuration diagnostic displays the following error......
5. Deploying a dynamic site (Session or AWP) in practice
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Creating a Java archive
When your Java application is developed, you can......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
SaaSAdminWriteSiteParameter (Function)
Saves an information specific to the client.
SaaSAdminReadSiteParameter (Function)
Reads a site parameter that was saved by SaaSAdminWriteSiteParameter.