ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Multi-project search
Performing a search in the current project is a common operation......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
How to open a page?
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
The single-part and multi-part archives
Two types of archives are available......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
Common project
Projects are often cross-platform......
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
Different types of data (Type of variable)
A variable is defined by name and type......
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
14. PHP generation in practice
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......
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Web Camera control events
The following events appear by default in the WEBDEV code editor:
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....