ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Android Control Center
Do you know where to find your application log files?...
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
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......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
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......
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