ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
LOOP statement
The statement block is repeated endlessly...
DisplayBookmarks (Property)
The DisplayBookmarks property is used to: identify the display mode of bookmarks in a Word Processing control. show or hide bookmarks in a Word Processing control....
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
10. Embedded queries
Controls in a window can be linked to a data file or existing query....
WLanguage procedure called by NearbyShareAcceptConnection (Data reception)
WLanguage procedure ("callback") called by NearbyShareAcceptConnection when the entire file (or buffer) is received. This procedure provides information on the type and content of data transferred.
TrafficInfo (Property)
The TrafficInfo property is used to: determine whether traffic information is displayed in the Map control. display or hide traffic information in the Map control....
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
<Source>.ImportJSON (Function)
Imports a JSON file into an HFSQL Classic table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
3. Deploying a dynamic WEBDEV site
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
Creating a select query
A select query (corresponding SQL statement......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
.NET Assemblies
.NET is Microsoft's software development platform......
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
HeaderVisible (Property)
The HeaderVisible property is used to: Determine if the row and column headers are displayed in a Spreadsheet control. Show or hide the row and column headers in a Spreadsheet control....
WDInst: Configuring the installation workstation
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
6. Internal window
Internal windows...
9. Internal page
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a data file. define whether the GDPR should apply to an item (in the item description in the code only)....
User Control Center: Overview
The User Control Center is used to manage the applications deployed on a company network....
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......