ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications......
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
ERR_NO_CURRENT_PAGE
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
6. Multiple generation
...Multiple generation...
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Link properties
When creating a link, you can simply specify the destination......
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......