ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Col (External language)
Returns the current index of the column.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
How to fill a TreeView control from a data file? (prefix syntax)
By default, the TreeView control cannot automatically display the data coming from a data file......
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Copying controls from the window editor
The controls can be copied from the window editor......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Printing in PDF format: Special cases
Specific features of print in PDF format...
Break in a report
The break is used to group the records corresponding to a sort criterion......
WinEdCreateNote (Function)
Creates a Repositionable Note control.