ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
1. Project and analysis
Burner constants
List of constants used by the burner functions....
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Combo Box columns in the Table controls (prefix syntax)
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
14. Report templates
...Report templates are used to easily standardize report layouts....
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
<List Box>.SelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
<xmlNode variable>.FindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
HTMLWrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
Project description: Languages tab
The project description window allows you to configure various elements of your project......
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control. Modify the management mode of zero value in a control...
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
Cross-references in the code editor
The cross-references in the code editor are used to identify......