ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
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).
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
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...
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
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......
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
LoadParameter (Function)
Reads a persistent value.
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
HSetREP (Function)
Enables or disables the management of .REP file.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
grLabel (Function)
Indicates various parameters of additional legend in a chart.
HSL (Function)
Creates a color from its hue, saturation and lightness.
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.