ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option...
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Using WDDIXIO
To translate the text used in your project:...
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
WinLineDetails (Property)
The WinLineDetails property allows you to get and change the name of the internal window used to display the details of a row in a Table control.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
ComponentLocate (Function)
Specifies the access path to an external component of project.
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Popup window
WINDEV allows you to open windows in popup format......
The Clickable Image control
The Clickable Image control can be used to......