ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
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).
grSourceSeries (Function)
Defines the source of a series.
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
Repairing the database schema
In some cases, an error message may appear when opening the database schema linked to a project......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
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
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
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....
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
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.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
HAddGroup (Function)
Adds a group of users.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......