ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
PageAddress (Function)
Used to find out the Internet address of a page.
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Library,Disk (External language)
Opens the project library that is stored on disk.
nWDGetLastError: Error code of last error
Error code of last error......
User Groupware files
Two categories of data files are managed......
Import an Document Figma
Les fonctions Bitcoin permettant notamment de manipuler un serveur Bitcoin Core sont les suivantes ......
NumberAccessiblePages (Property)
The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF Reader or Word Processing control.
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Table control functions
List of functions specific to Table controls...
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).