ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

9. Overlaying controls
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
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....
5. User Groupware in practice
Types of Edit controls
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
Windows
The windows represent the main interface of a WINDEV application......
<Tab>.SaveConfiguration (Function)
Saves the configuration of dynamic tabs found in a Tab control in character string format.
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
14. PHP generation in practice
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......