ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
dbgSaveDebugDump (Function)
Saves a dump file of the application.
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
SaaSAdminModifyUser (Function)
Modifies a SaaS user.
SaaSAdminDeleteUser (Function)
Deletes a SaaS user.
SaaSAdminListUser (Function)
Lists the users of the SaaS Webservice database.
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
AIDetectDrawing (Function)
Classifies freehand drawings, including circles, squares and triangles.
14. Report templates
...Report templates are used to easily standardize report layouts....
SpreadsheetSelectWorksheet (Function)
Selects a worksheet (identified by its name) in a Spreadsheet control.
SaaSAdminAddUser (Function)
Adds a SaaS user.
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
HOpenConnection (Example)
Usage example of the HOpenConnection function