ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Creating nested reports
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Report based on a query
Queries are used to easily select records in one or more data files......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
grSourceSeries (Function)
Defines the source of a series.
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.