ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPrintImage (Function)
Sends the image file to print to the print buffer.
EventOpen (Function)
Opens a synchronization event between several threads.
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....
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
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....
HTTPRequest (Function)
Starts an HTTP request on a server.
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
HOpenConnection (Function)
Opens a connection to a specific database.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Various constants
List of various constants used by the constants WINDEV functions....
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
fCurrentDir (Function)
Identifies or modifies the current directory.
The HTML control
The HTML control displays HTML pages or HTML code......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...