ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, database schema, ...
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....
Address (Property)
The Address property is used to: Establish a connection between the Conference control (and the associated stream) and the receiver. This property is equivalent to StreamConnect. Get the address of the last outgoing connection request....
BurnerList (Function)
Returns the list of burners installed on the current computer.
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Crosstab report
The report editor allows you to create "Crosstab" reports......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Description (Property)
The Description property is used to get and change the page description.
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
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).
DisplayedItemImage (Property)
The DisplayedItemImage property is used to: Get the item that corresponds to the image displayed in a ListView control. Change the item that corresponds to the image displayed in a ListView control....
LooperSelectPlus (Function)
Selects a row in a Looper control.
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....