ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
Google Contacts functions
List of functions for managing Google contacts...
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
emailAttach (Variable type)
The emailAttach type is used to handle an attachment.
docTabulation (Variable type)
The docTabulation type is used to define the characteristics of a custom tabulation.
mongoCollectionOption (Variable type)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
LibraryPanelVisible (Property)
The LibrayPanelVisible property is used to: determine if the "Library" panel is displayed in a Diagram Editor control. show or hide the "Library" panel in a Diagram Editor control....
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Title (Property)
The Title property gets and sets the title of an element.
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......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Events associated with Button controls
List of events associated with Button controls...
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
AI in the code editor
WINDEV, WEBDEV and WINDEV Mobile include a series of AI-based features......
Edit control: buttons integrated into the input field
You can include different buttons in the input area of an Edit control......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Creating a Java archive
When your Java application is developed, you can......
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....