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).
Summary table: Managing the application directories according to the platform
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
EmailGetAll (Function)
Retrieves all the emails found on a server.
Commands of the external interface
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
2. Examples and components provided with WEBDEV
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Events associated with Tab controls
List of events associated with Tab controls...
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Events associated with TreeView controls
List of events associated with TreeView controls...
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Creating the Table windows of the WINDEV RAD pattern
Creating the Table pages of the WEBDEV RAD pattern
Creating the Vision pages of the WEBDEV RAD pattern
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....