ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
1. Project and analysis
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Error 202: The method already has an access attribute (public, protected or private)
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
9. Sharing a project in practice
Sharing a project in practice...
8. Sharing a project in practice
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Error 1001: The operators: and:: can only be used in the methods of classes
Testing the WEBDEV Application Server setup with an example
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
1. Project and analysis
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
3. Deploying a dynamic WEBDEV site
4. HFSQL Classic
WDINT setup
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....
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
1
2
3
4
5
6
248
>