ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling the report blocks through programming
Each report block is associated with different events......
StatusBar (Property)
The StatusBar property is used to: determine whether or not the status bar is displayed show or hide the status bar of a window....
MovableByBackground (Property)
The MovableByBackground property is used to: find out whether a window can be moved by the background, allow (or not) a window to be moved by the background....
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
12. Retrieving data from a site
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
InitialState (Property)
The InitialState property gets the initial state of a control.
Handling an Edit control programmatically
You can handle Edit controls programmatically......
The Calculated control
The "Calculated" control is used to perform calculations in a report......
<Source>.CompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index sort item: all sort options specified for the sort item are taken into account (case sensitivity, punctuation, sort direction, Unicode language, ...).
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index sort item: all sort options specified for the sort item are taken into account (case sensitivity, punctuation, sort direction, Unicode language, ...).
WEBDEV Application Server - 10 connections - License agreement
Sorts in a report
The sort is used to organize the information displayed in the report......
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Organizer control linked to a table or to a variable
It is possible to create Organizer control fields directly linked to data.....
Browser management functions
List of functions for managing browsers...