ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Query editor: Characteristics
TreeStatus (Function)
Returns the status of a node: collapsed, expanded or not found.
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
UsefulWidth (Property)
The UsefulWidth property is used to get and change the useful width of an internal window (or supercontrol) with scrollbars.
Constants for managing drop-down menus
List of constants used by the functions for managing menus....
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SQLFirst (Function)
Positions on the first row of the query result.