ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
ERR_BAD_FILE
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
PDFReaderSeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page).
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Supercontrol
A supercontrol is an advanced type of control......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
19. Upload: Sending files to the server
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
10. Embedded queries
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.