ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
Creating the executable and the setup program
The languages supported by the application are taken into account......
.NET object
To access a class......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Composite chart
A composite chart is a chart that displays several types of charts......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
4. Create a page in the editor...
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
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......