ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows...
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
<Array>.Count (Function)
Returns:
  • the number of elements in a one-dimensional array.
  • the number of rows in a two-dimensional array.
  • the number of elements in the first dimension of a three-dimensional or N-dimensional array.
Customizing the report viewer: Available windows
This help page presents the different data sources available for a control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
Logical operators
The logical operators are as follows...
<Radio Button>.Count (Function)
Returns the number of options found in a Radio Button control.
<Kanban>.Count (Function)
Returns the number of cards or lists in a Kanban control.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
<Spreadsheet>.TypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
ImageState (Property)
The ImageState property gets and sets the number of drawings in:
  • The image associated with a button.
  • The image of the cursor in a slider.
  • The image associated with the button of a sidebar pane.
  • The image associated with the button of a tab pane.
  • The image associated with the Rating control.
  • The image associated with a group in a Ribbon control.
  • The image associated with a menu option.
Time (Variable type)
The Time type allows you to easily manipulate times...
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports.
<Table>.Count (Function)
Returns:
  • the number of columns found in a Table or TreeView Table control.
  • the number of rows found in a Table or TreeView Table control.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
<TreeView Table>.ChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
<HTML editor>.Search (Function)
Searches for a string in an HTML Editor control.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array.
This multiple assignment is also available for the structures and the classes.
How to create an SQL query to count?
This help page explains how to create a count query with the query editor.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items...
NumberAccessiblePages (Property)
The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF Reader or Word Processing control.
BackgroundImageState (Property)
The BackgroundImageState property allows you to get and change the number of drawings in the image associated with the background of a button.
Deployment via physical media (DVD, etc.)
Callback from the PartageProximitéEnvoieFichier.Cb function for the Callback parameter
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows...
1
2