ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
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....
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
Project portfolio
From version 25, you can create "project portfolios"......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
13. Universal replication
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
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......
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Code history
The code history is used to......
Error 1015: The method of the class is protected
Error 1008: The member of the class is protected
Error 1016: The method of the class is private
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
HCross (Function)
Crosses a record in a data file.
<Source>.Cross (Function)
Crosses a record in a data file.
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
Error 40: The END statement marking the end of the class declaration is missing
Error 1023: The access to the method of the class is restricted by a private inheritance
1
2
3
4
5
6
65
>