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).
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
<Connection variable>.UpdateSet (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).
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...
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Sharing elements with a WINDEV application
Declaring and using a variable
A variable is defined by name and type......
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
Manager of automated tests
The test manager is used to......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
SCM file format evolutions
Four versions are available for the SCM repository......
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Environment of the project editor
The main elements of the project editor are as follows:
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Starting WDOptimizer in a command line
12. Available tests
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
Including a supercontrol in a window or in a page
HToItem (Function)
Assigns the specified value to an item of the current record.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
HRead (Function)
Reads a record in a file according to a given record number.
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
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....
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
HFilter (Function)
Defines and enables a filter on a data file, view or query.