ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer. Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025....
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....
Application triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a table....
Manipulating Tab controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Tab control through programming......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
HFSQL Control Center: Managing scheduled tasks
The Control Center allows you to set up an automatic optimization mechanism for the database and its files, thanks to scheduled optimization tasks......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
Obtaining an SSL certificate for IIS2 (2.0 or later)
Code Editor control properties
You can manipulate Code Editor controls in a window using the following WLanguage properties......
Constants for managing Map controls
Constants for managing Map controls...
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......