ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
The Signature control
The Signature control is a report control used to sign......
Accessing a database via a web service
The database can be accessed via a web service......
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
zipFileSize (Example)
Usage example of the zipFileSize function
HCreateView (Example)
Usage example of the HCreateView function
Creating a window skin template
NFC constants
List of constants used by the NFC functions...
HFSQL constants
List of constants used by the HFSQL functions....
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Extra (Property)
The Extra property manges additional information.
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
HAdd (Example)
Usage example of the HAdd function