ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
<WDPic variable>.Font (Function)
Declares the font that will be used by dText in a WDPic variable.
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
Overview of external languages
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
4. When to use the debugger?
12. Pages in practice
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....