ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a table accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
POUR TOUT / POUR ALL instruction (browse a JSONReader variable)
Training FOR ALL instruction lets you perform different types of browse on a variable of type jsonReader: Loop through a level. Loop through a level with copy. Browse in depth. Warning This feature is only available from version 2025 Update 3 onwards...
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
WINDEV concepts
Report viewer: Copying text
The report viewer allows you to copy text from the report and paste it to a file in another application......
ErrorBuild (Function)
Displays a custom error message in a system error window.
SCM: Ribbon options
The operations on the SCM can be performed from the SCM tab of WINDEV, WEBDEV or WINDEV Mobile....
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice has a direct impact on the release of class objects: depending on the reference selected, the "Destructor" will not be called at the same time.....