ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDelete (Function)
Deletes a record from a data file (query or view).
Limitations of WINDEV, WEBDEV and WINDEV Mobile
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
Assisted universal replication: specific features
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
Test of a query
The query editor allows you to run the test of query result......
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
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......
MCI constants
List of constants used by the MCI functions....
Fax constants
List of constants used by the functions for managing faxes....
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
SendKey (Function)
Simulates the keystrokes and the mouse actions.
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Phone constants (Android / iOS)
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Creating a select query
A select query (corresponding SQL statement......