ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

.NET object
To access a class......
Constants for WLanguage types
List of constants for managing WLanguage types....
HTTPSendForm (Function)
Sends an HTTP form.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Replication (Property)
The Replication property is used to: determine the replication mode used for a data file (defined in the data model editor or programmatically). specify the replication mode used for a data file (file described programmatically only)....
XMLSign (Function)
Signs an XML document.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
WINDEV and the SOAP protocol
2. Analysis in practice
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
HChangeKey (Example)
Usage example of the HChangeKey function
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.