ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
5. Displaying a WEBDEV website in Session mode
List of functions for managing windows...
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
JWTParameters (Variable type)
The JWTParameter type is used to define all the data required for JWT-based authentication.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
fTempFile (Function)
Returns the name of a unique temporary file.
NetEraseFile (Function)
Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
<ftpConnection variable>.Send (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......