ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Table control
The Table allows users to easily view and enter data stored in memory or from a data file, view or query...
Table
The "Table" keyword can correspond to...
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications...
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control....
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version...
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves...
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also...
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Creating nested reports
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues...
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......
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report...
grSourceSeries (Function)
Defines the source of a series.
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Unicode (Property)
The Unicode property is used to: Determine if 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...
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last...
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.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file...
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......