ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OrgDisplay (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
XMLRoot (Function)
Positions on the root tag of an XML document.
Creating a delete query
A delete query (corresponding SQL statement......
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
XMLFind (Function)
Performs a search in an XML document.
Managing assertions
...The main available features are as follows:...
Multi-product external components
Components are a remarkably useful tool for development teams......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
Gantt Chart functions
The following WLanguage functions are used to manage the Gantt charts......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
Accessing a database via a web service
The database can be accessed via a web service......