ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Sorts in a report
The sort is used to organize the information displayed in the report......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Extracting the text of the project
The following text can be extracted......
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
How to create a menu?
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.