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).
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
MemCreate (Function)
Creates a memory area.
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Various constants
List of various constants used by the constants WINDEV functions....
sfSaveResult (Type of variable)
The sfSaveResult type is used to find out the result of SFAdd and SFModify...
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
Creating help pages
A help system includes several pages......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Handling Gantt Chart controls programmatically
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HCreateMovableReplica (Function)
Creates a movable replication.