ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report data source
...The reports can be created with the data coming from:...
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Creating the executable and the setup program
The languages supported by the application are taken into account......
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
CurrentWin (Function)
Identifies the window currently in edit.
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
SQLFirst (Function)
Positions on the first row of the query result.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
CallDLL32 (Function)
Runs a function found in an external DLL.
Kanban control events
The following events are associated with Kanban controls......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......