ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing a Webservice (old format)
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Debugging constants
List of constants used by the debugging functions...
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......