ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
10. UMC: User Macro-Code
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
SOAP functions (prefix syntax)
List of SOAP functions...
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
WINDEV and the SOAP protocol
SOAP functions
List of SOAP functions...
Crosstab report
The report editor allows you to create "Crosstab" reports......
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
SOAP constants
List of constants used by the SOAP functions....
Label report
The report editor allows you to create "Label" reports......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Error 2: Incomplete line
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Drop-down button
The drop-down button expands: a context menu. a popup window....
Multilingual project
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
1
2
3
4
5
6
179
>