ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
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)......
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
Welcome to Reports & Queries
Reports & Queries is used to......
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
Manager of automated tests
The test manager is used to......
Accessing a database via a web service
The database can be accessed via a web service......
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
gClickableLink (Function)
Adds a clickable link in a graphic string.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Code statistics
The code statistics affect......
History of versions
The history of setup versions is an advanced feature of the network setup......
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
pdfControl (Variable type)
The pdfControl type is used to get all the characteristics and values of a control present in a PDF form.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Variable scope
Variables can be declared anywhere in the code....