ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Page templates
WEBDEV allows you to create page templates......
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
XMLDocument (Example)
Usage example of the XMLDocument function
iPrintReport (External language)
Prints a report created with the report editor.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Functions for managing Google contacts (prefix syntax)
List of functions for managing Google contacts...
Generating a class diagram
The generation is used to create the WINDEV classes ("......
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......