ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
MySQL Native Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Creating the Relation pages of a WEBDEV RAD pattern
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
WEBDEV Application Server 2024
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
Operations performed on component diagrams
The following paragraphs explain......
Hyper File functions available for backward compatibility
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.