ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Printing records
WDMAP allows you to print the records found in a data file......
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
Error 1012: The class member is not global: it cannot be accessed from a global method
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
2. Projects in practice
How to use an array of structures?
An array of structures is an Array variable......
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
AAF: Increasing the height of the rows in the Table or Looper controls
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
1. Testing a site: Elements to be tested
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
DNS functions
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Using a query with parameters
A query with parameters can be used......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Handling the report blocks through programming
Each report block is associated with different events......