ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another...
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Sub-query
A sub-query is a query whose result is used by another query......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
The Carousel control
The Carousel control is used to display an animated menu made of images......
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
1. Project and analysis
Using an external component in an application
A component can be reused at any time in any application......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
12. Pages in practice
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
PDFPassword (Function)
Protects a PDF document with a password.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
PDFToText (Function)
Extract the text contained in an Document PDF.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.
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.).
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....