ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
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......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Creating the skin template of a report
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......
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......
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
SQLExec (Function)
Names and runs an SQL query.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Filtering a table, a view or a query
A filter is used to define through programming a selection of records corresponding to one or more criteria......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Creating the Form pages of a WEBDEV RAD pattern
Deletes a worksheet from the Excel document....
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......
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
API description (Variable type)
An API Description variable is used to describe an API, its parameters, its return value and its calling options programmatically.