ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Set of procedures
The global procedures are grouped in set of procedures...
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
Sharing elements with a WINDEV application
Defines the type of context menu displayed by a chart.
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format...
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
<Connection variable>.UpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
BackgroundTaskAdd (Function)
Adds a new background task.
13. External component in practice
External component in practice...
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
12. External component in practice
Dictionary
The dictionary is a file that can contain the project elements......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
Structure (Type of variable)
A structure is a custom type of data...
2. Projects in practice
2. Projects in practice
Discover the main operations that can be performed on a project....
Specific features of the applications for iPhone/iPad
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
Using several libraries in an application
A library is a WDL file that contains all the resources......
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
1
3
4
5
6
7
93
>