ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageParameter (Function)
Returns the value of a parameter passed to the current page.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
How to open a page?
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
24. Displaying and linking pages
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
Setup on a local network (LAN)
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....