ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Specific features of the applications for iPhone/iPad
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Composite chart
A composite chart is a chart that displays several types of charts......
ChangeSkinTemplate (Function)
Dynamically changes the theme: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
2. Projects in practice
Collapses a branch previously expanded....
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
iPrintReport (Function)
Prints a report created with the report editor.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
PostgreSQL Native Connector: Features and notes
Remarks and specific features of Native PostgreSQL Connector......
Events associated with windows
List of events associated with windows...
"?" menu
WINDEV proposes a help menu adapted to your applications......
Chart constants
List of constants used by the functions for chart management....
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
WinLineDetails (Property)
The WinLineDetails property allows you to get and change the name of the internal window used to display the details of a row in a Table control.
ScreenshotAllowed (Property)
The ScreenshotAllowed property is used to: Determine whether it is possible to take screenshots of a window, Allow or prevent taking screenshots of a window....
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).